1
0
mirror of https://github.com/django/django.git synced 2025-07-21 01:59:26 +00:00

[1.8.x] Added Django version trove classifier to reusable apps tutorial.

Backport of 2d36c7d515312e7a476041c96a29727ed47eb517 from master
This commit is contained in:
Tim Graham 2016-01-24 08:35:47 -05:00
parent 6919586bcd
commit bf9385e3aa

View File

@ -215,6 +215,7 @@ this. For a small app like polls, this process isn't too difficult.
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: X.Y', # replace "X.Y" as appropriate
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', # example license 'License :: OSI Approved :: BSD License', # example license
'Operating System :: OS Independent', 'Operating System :: OS Independent',