Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
"setup.py": Fix and update trove classifers.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Mar 28, 2016
1 parent a1347cb commit a8cd6e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -13,20 +13,21 @@
setup(
author = "Damien Dart",
author_email = "damiendart@pobox.com",
classifiers = (
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: Public Domain",
"Programming Language :: Python",
# TODO: Test "nfsnapi" with other versions of Python.
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules"
),
],
description = nfsnapi.__doc__.split("\n", 1)[0],
keywords = "nearlyfreespeech nfsn",
long_description = open("README.txt").read(),
Expand Down

0 comments on commit a8cd6e6

Please sign in to comment.