Skip to content

Commit

Permalink
update trove identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Mar 20, 2015
1 parent 4cb728a commit 5f32704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
packages=find_packages(),
description="a library for scraping things",
platforms=["any"],
classifiers=["Development Status :: 4 - Beta",
classifiers=["Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=['requests>=1.2.2'],
Expand Down

0 comments on commit 5f32704

Please sign in to comment.