summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-01-24 08:35:47 -0500
committerTim Graham <timograham@gmail.com>2016-01-24 08:35:47 -0500
commit2d36c7d515312e7a476041c96a29727ed47eb517 (patch)
treef94f598ea17cca80cc2e5f9dcf8d055b212de294 /docs
parent145e9ca301e6bde965baa88a2e96a1ea0f7d523a (diff)
Added Django version trove classifier to reusable apps tutorial.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/reusable-apps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index b5827ac42a..074276baf8 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -215,6 +215,7 @@ this. For a small app like polls, this process isn't too difficult.
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
+ 'Framework :: Django :: X.Y', # replace "X.Y" as appropriate
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', # example license
'Operating System :: OS Independent',