diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-23 17:40:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-23 17:41:21 -0500 |
| commit | 2ef1367426be5f584ae3aa43f2966e0bdc9c1da7 (patch) | |
| tree | 63474e22eba3fedaa9c8f60cda1bcb53e1bbd217 /docs/intro | |
| parent | 74db1378d5952f48dd623ce887dc22c016b83740 (diff) | |
[1.9.x] Updated Python trove classifiers in reusable apps tutorial.
Backport of 145e9ca301e6bde965baa88a2e96a1ea0f7d523a from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 5d1dc2c945..b5827ac42a 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -216,13 +216,13 @@ this. For a small app like polls, this process isn't too difficult. 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', # example license + 'License :: OSI Approved :: BSD License', # example license 'Operating System :: OS Independent', 'Programming Language :: Python', # Replace these appropriately if you are stuck on Python 2. 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], |
