Skip to content

Commit

Permalink
updated to reflect correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Quinn committed Dec 21, 2016
1 parent eab3508 commit 17946d8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ def read(*names, **kwargs):
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: Unix',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
Expand All @@ -62,19 +56,14 @@ def read(*names, **kwargs):
'Topic :: Utilities',
],
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
'litmos', 'API'
],
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
'requests==2.12.3', 'inflect==0.2.5'
],
extras_require={
# eg:
# 'rst': ['docutils>=0.11'],
# ':python_version=="2.6"': ['argparse'],
},
entry_points={
'console_scripts': [
'litmos-api = litmos.cli:main',
]
},
)

0 comments on commit 17946d8

Please sign in to comment.