Skip to content

Commit

Permalink
Modify setup.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed May 16, 2022
1 parent be62d15 commit 726944f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers =
Programming Language :: Python :: 3
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
license = GPLv3+
license_files = LICENSE

[options]
Expand All @@ -25,4 +24,4 @@ include_package_data = True
python_requires = >=3.6
install_requires =
beautifulsoup4
pyhelpers >= 1.3.2
pyhelpers >= 1.3.3
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
url=__home_page__,
author=metadata['Author'],
author_email=metadata['Email'],
keywords=[
'Python', 'Railway Codes', 'Railway', 'Bridges', 'CRS', 'NLC', 'TIPLOC',
'STANOX', 'Electrification', 'ELR', 'Mileage', 'LOR', 'Stations',
'Signal boxes', 'Tunnels', 'Viaducts', 'Depots', 'Tracks',
],
license=metadata['License'],
project_urls={
'Documentation': f'https://{__pkgname__}.readthedocs.io/en/{__version__}/',
'Source': __home_page__,
'Bug Tracker': __home_page__ + '/issues',
},
keywords=[
'Python', 'Railway Codes', 'Railway', 'Bridges', 'CRS', 'NLC', 'TIPLOC',
'STANOX', 'Electrification', 'ELR', 'Mileage', 'LOR', 'Stations',
'Signal boxes', 'Tunnels', 'Viaducts', 'Depots', 'Tracks',
],
)

0 comments on commit 726944f

Please sign in to comment.