We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69ed50 commit e04565bCopy full SHA for e04565b
.gitignore
@@ -5,8 +5,8 @@ covhtml/
5
__pycache__/
6
7
env/
8
-djangorestframeworkdocs.egg-info/
9
-
10
demo/db.sqlite3
+dist/
+djangorestframeworkdocs.egg-info/
11
12
rest_framework_docs/static/node_modules/
setup.py
@@ -20,8 +20,9 @@
20
'License :: OSI Approved :: BSD License',
21
'Operating System :: OS Independent',
22
'Programming Language :: Python',
23
+ 'Programming Language :: Python :: 2.7',
24
'Programming Language :: Python :: 3',
25
'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: 3.5',
26
+ 'Programming Language :: Python :: 3.5'
27
],
28
)
0 commit comments