Skip to content

Commit

Permalink
Add trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jun 7, 2015
1 parent 7bb6b8b commit 75b9269
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,17 @@
],
entry_points={'console_scripts': ['wikicurses = wikicurses.main:main']},
install_requires = ['beautifulsoup4', 'lxml', 'urwid'],
classifiers=[
"Topic :: Internet :: WWW/HTTP",
"Environment :: Console",
"Environment :: Console :: Curses",
"Operating System :: POSIX :: Linux",
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3 :: Only",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License"
],
)

0 comments on commit 75b9269

Please sign in to comment.