Skip to content

Commit

Permalink
Update setup.py with keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Oct 22, 2015
1 parent 4ecfa72 commit fd6173d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,21 @@ def read(fname):
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Testing',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'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',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Testing',
],
entry_points={
'pytest11': [
'cookies = pytest_cookies',
],
},
keywords=['cookiecutter', 'pytest'],
)

0 comments on commit fd6173d

Please sign in to comment.