Jelajahi Sumber

Update setup.py

Denis K 9 tahun lalu
induk
melakukan
c6b76d9f50
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  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
 )