mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Add check-manifest.
This commit is contained in:
parent
b9f6aa98ec
commit
bd61710591
3 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
include README.rst
|
||||
include CONTRIBUTING.md
|
||||
include AUTHORS
|
||||
include .travis.yml
|
||||
include tasks.py
|
||||
include tox.ini
|
||||
recursive-include tests *
|
||||
recursive-include docs *
|
||||
recursive-include test_project *
|
||||
include LICENSE
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -33,6 +33,7 @@ setup(
|
|||
license='BSD',
|
||||
description="A helper for organizing Django settings.",
|
||||
long_description=read('README.rst'),
|
||||
long_description_content_type='text/x-rst',
|
||||
author='Jannis Leidel',
|
||||
author_email='jannis@leidel.info',
|
||||
packages=['configurations'],
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -47,8 +47,10 @@ commands =
|
|||
[testenv:py36-checkqa]
|
||||
commands =
|
||||
flake8 {toxinidir}
|
||||
check-manifest -v
|
||||
python setup.py sdist
|
||||
twine check dist/*
|
||||
deps =
|
||||
flake8
|
||||
twine
|
||||
check-manifest
|
||||
|
|
|
|||
Loading…
Reference in a new issue