Skip to content

Commit e04565b

Browse files
author
Emmanouil Konstantinidis
committed
Minor changes
1 parent d69ed50 commit e04565b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ covhtml/
55
__pycache__/
66

77
env/
8-
djangorestframeworkdocs.egg-info/
9-
108
demo/db.sqlite3
9+
dist/
10+
djangorestframeworkdocs.egg-info/
1111

1212
rest_framework_docs/static/node_modules/

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
'License :: OSI Approved :: BSD License',
2121
'Operating System :: OS Independent',
2222
'Programming Language :: Python',
23+
'Programming Language :: Python :: 2.7',
2324
'Programming Language :: Python :: 3',
2425
'Programming Language :: Python :: 3.4',
25-
'Programming Language :: Python :: 3.5',
26+
'Programming Language :: Python :: 3.5'
2627
],
2728
)

0 commit comments

Comments
 (0)