Skip to content

Commit

Permalink
touching up setup.py to reflect project
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Mar 31, 2018
1 parent bd1b05b commit f5d6671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_tests(self):

setup(
name=__package_name__,
description='Common Utilities for EVEProsper Projects',
description='Test helpers for Prosper projects',
version=get_version(__library_name__),
long_description=README,
author='John Purcell',
Expand All @@ -95,14 +95,14 @@ def run_tests(self):
'Intended Audience :: Developers',
'License :: Public Domain',
],
keywords='prosper eve-online webhooks logging configuration-management',
keywords='testing docker configuration-management pytest',
packages=find_packages(),
include_package_data=True,
package_data={
'': ['LICENSE', 'README.rst'],
},
setup_requires=['setuphelpers'],
install_requires=[
'prospercommon',
'requests',
'semantic_version',
'plumbum',
Expand Down

0 comments on commit f5d6671

Please sign in to comment.