Kaydet (Commit) 145e9ca3 authored tarafından Tim Graham's avatar Tim Graham

Updated Python trove classifiers in reusable apps tutorial.

üst 729e0b08
...@@ -216,13 +216,13 @@ this. For a small app like polls, this process isn't too difficult. ...@@ -216,13 +216,13 @@ this. For a small app like polls, this process isn't too difficult.
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'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',
'Programming Language :: Python', 'Programming Language :: Python',
# Replace these appropriately if you are stuck on Python 2. # Replace these appropriately if you are stuck on Python 2.
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment