Skip to content

Commit da8c6d3

Browse files
Merge pull request #29 from r1chardj0n3s/setup-py-updates
Improve setup.py with new details
2 parents 6a7b891 + da6efc1 commit da8c6d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
'project',
2626
long_description=long_description,
2727
url='https://github.com/r1chardj0n3s/pip-check-reqs',
28-
author='Richard Jonees',
28+
author='Richard Jones',
2929
author_email='[email protected]',
30+
maintainer='Adam Dangoor',
31+
maintainer_email='[email protected]',
3032
license='MIT',
3133
classifiers=[
3234
'Development Status :: 5 - Production/Stable',
@@ -42,5 +44,5 @@
4244
'pip-extra-reqs=pip_check_reqs.find_extra_reqs:main',
4345
],
4446
},
45-
install_requires=requirements
47+
install_requires=requirements,
4648
)

0 commit comments

Comments
 (0)