diff --git a/setup.py b/setup.py index 32b65264..2c68069c 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,14 @@ setup( name='osm2gtfs', + version='0.0.1', + description='Turn OpenStreetMap data and schedule information into GTFS', + long_description='Use public transport data from OpenStreetMap and external schedule information to create a General Transit Feed (GTFS).', + url='https://github.com/grote/osm2gtfs', + license='GPLv3', + keywords='openstreetmap gtfs schedule public-transportation python', + author='Various collaborators: https://github.com/grote/osm2gtfs/graphs/contributors', + install_requires=['overpy>=0.4', 'transitfeed'], packages=find_packages(), include_package_data=True,