diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-28 10:54:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-28 10:54:13 -0400 |
| commit | 112799e9a870c4f93e79f182eb450b092fefa638 (patch) | |
| tree | 7ef0633fabf8ead314a4b7518d6d2a663972e620 /docs/intro/reusable-apps.txt | |
| parent | 12023887ea3e495e070b1f624078612776edf9be (diff) | |
Fixed #20983 -- Updated package classifiers in reuseable apps tutorial.
Thanks Cloudream for the report.
Diffstat (limited to 'docs/intro/reusable-apps.txt')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 51c1228cc1..f163ff8a06 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -201,7 +201,8 @@ Create a file ``django-polls/setup.py`` with the following contents:: 'License :: OSI Approved :: BSD License', # example license 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', + # replace these appropriately if you are using Python 3 + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
