This repository was archived by the owner on Jun 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# coding=utf-8
22
3- from mvg import *
3+ from mvg_api import *
44
55obersendling = Station ("Obersendling" )
66departures = obersendling .get_departures ()
File renamed without changes.
Original file line number Diff line number Diff line change 1919 long_description = f .read ()
2020
2121setup (
22- name = 'mvg_departures ' ,
22+ name = 'mvg_api ' ,
2323 version = '1.0.0' ,
2424 description = 'Library for fetching departure and route data from the Munich public transport organisation MVG' ,
2525 long_description = long_description ,
3131 classifiers = [
3232 'Development Status :: 4 - Beta' ,
3333 'License :: OSI Approved :: MIT License' ,
34- 'Intended Audience :: Developers'
35- 'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
34+ 'Intended Audience :: Developers' ,
35+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
3636
3737 'Programming Language :: Python :: 2.7' ,
3838 'Programming Language :: Python :: 3' ,
4141 'Programming Language :: Python :: 3.5' ,
4242 ],
4343
44- packages = ['mvg ' ],
44+ packages = ['mvg_api ' ],
4545 install_requires = ['requests' ],
4646)
You can’t perform that action at this time.
0 commit comments