Skip to content

Commit 726944f

Browse files
committed
Modify setup.*
1 parent be62d15 commit 726944f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Programming Language :: Python :: 3
1717
Operating System :: Microsoft :: Windows
1818
Operating System :: POSIX :: Linux
19-
license = GPLv3+
2019
license_files = LICENSE
2120

2221
[options]
@@ -25,4 +24,4 @@ include_package_data = True
2524
python_requires = >=3.6
2625
install_requires =
2726
beautifulsoup4
28-
pyhelpers >= 1.3.2
27+
pyhelpers >= 1.3.3

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
url=__home_page__,
1717
author=metadata['Author'],
1818
author_email=metadata['Email'],
19-
keywords=[
20-
'Python', 'Railway Codes', 'Railway', 'Bridges', 'CRS', 'NLC', 'TIPLOC',
21-
'STANOX', 'Electrification', 'ELR', 'Mileage', 'LOR', 'Stations',
22-
'Signal boxes', 'Tunnels', 'Viaducts', 'Depots', 'Tracks',
23-
],
19+
license=metadata['License'],
2420
project_urls={
2521
'Documentation': f'https://{__pkgname__}.readthedocs.io/en/{__version__}/',
2622
'Source': __home_page__,
2723
'Bug Tracker': __home_page__ + '/issues',
2824
},
25+
keywords=[
26+
'Python', 'Railway Codes', 'Railway', 'Bridges', 'CRS', 'NLC', 'TIPLOC',
27+
'STANOX', 'Electrification', 'ELR', 'Mileage', 'LOR', 'Stations',
28+
'Signal boxes', 'Tunnels', 'Viaducts', 'Depots', 'Tracks',
29+
],
2930
)

0 commit comments

Comments
 (0)