File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
- include LICENSE *.py *.yml *.yaml *.txt
1
+ include LICENSE *.py *.yml *.yaml *.txt *.md
2
2
include Makefile
3
- include README.md
4
- graft .github
3
+ global-exclude __pycache__
4
+ global-exclude *.py[co]
5
5
6
6
# Tests
7
- include tox.ini
8
- recursive-include tests *.py
7
+ recursive-include tests *
9
8
10
9
# Documentation
11
- include docs/Makefile
12
- recursive-include docs *.svg
13
- recursive-include docs *.py
14
- recursive-include docs *.rst
15
- recursive-include docs *.bat
10
+ recursive-include docs *
16
11
prune docs/_build
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = "User - Django REST Framework"
4
4
__version__ = "0.0.8"
5
- __author__ = "101Loop "
5
+ __author__ = "Himanshu Shankar "
6
6
__license__ = "GPLv3"
7
7
8
8
from django .conf import settings
Original file line number Diff line number Diff line change 7
7
name = "drf_user" ,
8
8
version = __import__ ("drf_user" ).__version__ ,
9
9
author = __import__ ("drf_user" ).__author__ ,
10
-
10
+
11
+ maintainer = "Sumit Singh" ,
12
+ maintainer_email = "[email protected] " ,
11
13
description = "User APP for Django REST Framework with API Views" ,
12
14
long_description = long_description ,
13
15
long_description_content_type = "text/markdown" ,
22
24
"Environment :: Web Environment" ,
23
25
"Framework :: Django" ,
24
26
"Framework :: Django :: 2.2" ,
27
+ "Framework :: Django :: 3.0" ,
25
28
"Framework :: Django :: 3.1" ,
26
29
"Intended Audience :: Developers" ,
27
30
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
You can’t perform that action at this time.
0 commit comments