Skip to content

Commit

Permalink
add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Mar 27, 2012
1 parent c4e3964 commit 2318ec8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -22,6 +22,14 @@
"mutagen >= 1.2.0",
"protobuf >= 2.4.0"
],
classifiers = [
"Programming Language :: Python",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Software Development :: Libraries :: Python Modules"
],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 2318ec8

Please sign in to comment.