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 38ac517 commit eb381c3Copy full SHA for eb381c3
setup.cfg
@@ -2,6 +2,8 @@
2
name = django-oauth-toolkit
3
version = 1.3.0
4
description = OAuth2 Provider for Django
5
+long_description = file: README.rst
6
+long_description_content_type = text/x-rst
7
author = Federico Frenguelli, Massimiliano Pippi
8
author_email = [email protected]
9
url = https://github.com/jazzband/django-oauth-toolkit
tox.ini
@@ -52,6 +52,19 @@ deps =
52
flake8-isort
53
flake8-quotes
54
55
+[testenv:install]
56
+deps =
57
+ twine
58
+ setuptools>=39.0
59
+ wheel
60
+whitelist_externals=
61
+ rm
62
+commands =
63
+ rm -rf dist
64
+ python setup.py sdist bdist_wheel
65
+ twine upload dist/*
66
+
67
68
[coverage:run]
69
source = oauth2_provider
70
omit = */migrations/*
0 commit comments