Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fix programming language specification
Browse files Browse the repository at this point in the history
[Issue(s) #4]
  • Loading branch information
sopel committed Apr 21, 2013
1 parent 210e951 commit e4973a3
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
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from distutils.core import setup
from setuptools import find_packages
import sys
Expand Down Expand Up @@ -64,6 +64,8 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet",
],
Expand Down

0 comments on commit e4973a3

Please sign in to comment.