Skip to content

Commit

Permalink
Renamed PyPi package to shadow-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby committed Jan 31, 2019
1 parent dde1403 commit 3830a41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
author="Bobby",
author_email='[email protected]',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Topic :: Utilities',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3',
Expand All @@ -47,7 +51,7 @@
long_description=readme + '\n\n' + history,
include_package_data=True,
keywords='shadow',
name='shadow',
name='shadow-cli',
packages=find_packages(include=['shadow']),
setup_requires=setup_requirements,
test_suite='tests',
Expand Down

0 comments on commit 3830a41

Please sign in to comment.