Skip to content

Commit

Permalink
Update Cython required version and trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
njoyce committed Nov 25, 2010
1 parent 3ef3f67 commit dea1b56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def main():
'django': ['Django>=0.96'],
'sqlalchemy': ['SQLAlchemy>=0.4'],
'elixir': ['Elixir>=0.7.1'],
'cython': ['Cython>=0.12.1'],
'cython': ['Cython>=0.13'],
'lxml': ['lxml>=2.2'],
},
classifiers = [
Expand All @@ -187,9 +187,11 @@ def main():
"Operating System :: OS Independent",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Cython",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries :: Python Modules",
])
Expand Down

0 comments on commit dea1b56

Please sign in to comment.