Commit 2d36c7d5 authored by Tim Graham's avatar Tim Graham
Browse files

Added Django version trove classifier to reusable apps tutorial.

parent 145e9ca3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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',