Skip to content

Commit

Permalink
added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Nov 25, 2013
1 parent c1c016f commit 1ac0705
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CLASSIFIERS
@@ -0,0 +1,14 @@
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Operating System :: MacOS
Operating System :: POSIX :: Linux
Operating System :: OS Independent
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6

1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,6 +1,7 @@
include README.rst
include LICENSE.txt
include HISTORY.rst
include CLASSIFIERS
include requirements.txt
recursive-include examples *.py
recursive-include doc/source *
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@
version=holmium.version.__version__,
include_package_data = True,
install_requires = REQUIREMENTS,
classifiers=[k for k in open('CLASSIFIERS').read().split('\n') if k],
description='selenium page objects and other utilities for test creation',
long_description=open('README.rst').read() + open('HISTORY.rst').read(),
packages = find_packages(),
Expand Down

0 comments on commit 1ac0705

Please sign in to comment.