Skip to content

Commit

Permalink
Provide some metadata in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Delattre authored and grote committed Oct 24, 2017
1 parent 19f82e1 commit ee72ed1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee72ed1

Please sign in to comment.