|
|
@@ -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
|