nficano commited on
Commit
8e1f892
·
1 Parent(s): ee4539a

Updated for Python 3.x

Browse files
Files changed (1) hide show
  1. setup.py +1 -0
setup.py CHANGED
@@ -31,6 +31,7 @@ setup(
31
  "License :: OSI Approved :: MIT License",
32
  "Programming Language :: Python :: 2.6",
33
  "Programming Language :: Python :: 2.7",
 
34
  "Topic :: Software Development :: Libraries :: Python Modules",
35
  "Topic :: Utilities",
36
  ],
 
31
  "License :: OSI Approved :: MIT License",
32
  "Programming Language :: Python :: 2.6",
33
  "Programming Language :: Python :: 2.7",
34
+ "Programming Language :: Python :: 3.0",
35
  "Topic :: Software Development :: Libraries :: Python Modules",
36
  "Topic :: Utilities",
37
  ],