From 2d36c7d515312e7a476041c96a29727ed47eb517 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 24 Jan 2016 08:35:47 -0500 Subject: [PATCH] Added Django version trove classifier to reusable apps tutorial. --- docs/intro/reusable-apps.txt | 1 + 1 file changed, 1 insertion(+) 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',