Pārlūkot izejas kodu

Update trove classifiers to be explicit about Python 2 and 3 support

master
Maik Hoepfel 12 gadus atpakaļ
vecāks
revīzija
a9a2020b43
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 6
    1
      setup.py

+ 6
- 1
setup.py Parādīt failu

@@ -77,7 +77,12 @@ setup(name='django-oscar',
77 77
           'License :: OSI Approved :: BSD License',
78 78
           'Operating System :: Unix',
79 79
           'Programming Language :: Python',
80
-          'Topic :: Other/Nonlisted Topic']
80
+          'Programming Language :: Python :: 2',
81
+          'Programming Language :: Python :: 2.7',
82
+          'Programming Language :: Python :: 3',
83
+          'Programming Language :: Python :: 3.3',
84
+          'Programming Language :: Python :: 3.4',
85
+          'Topic :: Software Development :: Libraries :: Application Frameworks']
81 86
       )
82 87
 
83 88
 # Show contributing instructions if being installed in 'develop' mode

Notiek ielāde…
Atcelt
Saglabāt