Skip to content

Commit

Permalink
get trove classifiers and docs link right
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 16, 2012
1 parent 63ffbf5 commit b95eb9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class) decorator is executed at import time, you can defer the action
usually taken by the decorator until a separate "scan" phase.

See the "docs" directory of the package or the online documentation at
http://docs.pylonsproject.org/projects/venusian/dev/ .
http://docs.pylonsproject.org/projects/venusian/en/latest/
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: Jython",
],
keywords='web wsgi zope',
author="Chris McDonough, Agendaless Consulting",
Expand Down

0 comments on commit b95eb9e

Please sign in to comment.