Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = django-oauth-toolkit
version = 1.3.0
description = OAuth2 Provider for Django
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Federico Frenguelli, Massimiliano Pippi
author_email = [email protected]
url = https://github.com/jazzband/django-oauth-toolkit
Expand Down
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ deps =
flake8-isort
flake8-quotes

[testenv:install]
deps =
twine
setuptools>=39.0
wheel
whitelist_externals=
rm
commands =
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*


[coverage:run]
source = oauth2_provider
omit = */migrations/*
Expand Down