瀏覽代碼

Update setup.py

Denis K 9 年之前
父節點
當前提交
c6b76d9f50
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      setup.py

+ 6 - 1
setup.py

@@ -14,6 +14,7 @@ setup(
     author_email='support@jet.geex-arts.com',
     url='https://github.com/geex-arts/jet',
     packages=find_packages(),
+    license='Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License',
     classifiers=[
         'Development Status :: 4 - Beta',
         'Framework :: Django',
@@ -23,10 +24,14 @@ setup(
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
         'Environment :: Web Environment',
         'Topic :: Software Development',
         'Topic :: Software Development :: User Interfaces',
     ],
     zip_safe=False,
-    include_package_data = True
+    include_package_data=True
 )