diff options
author | Rocky Meza <rocky@fusionbox.com> | 2014-02-03 20:56:21 -0700 |
---|---|---|
committer | Rocky Meza <rocky@fusionbox.com> | 2014-02-03 20:56:21 -0700 |
commit | 331f38f3c72af792bfb60e0e40aef7911c9b5eee (patch) | |
tree | 595bcf5a3a51982437a43d146e6bd8fad9fb2606 /setup.py | |
parent | 7356cdc1e241af73d349ed836ca5556afcb6d868 (diff) | |
download | django-pyscss-331f38f3c72af792bfb60e0e40aef7911c9b5eee.tar.gz |
Can't get tests to pass for Python3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,6 +58,6 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', + #'Programming Language :: Python :: 3.3', ], ) |