Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
addressbook
Commits
ace57bfabc4f
Commit
d43ab64e
authored
Dec 17, 2020
by
Noé Gaumont
🐙
Browse files
fix(manifest): exclude file and add tox
parent
6493a344af02
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
ace57bfa
include setup.py
include README.rst
include *.ini
include *.py
include dev-requirements.txt
recursive-include cubicweb_addressbook *.py
recursive-include cubicweb_addressbook/i18n *.pot *.po
recursive-include cubicweb_addressbook/schema *.sql
include test/data/bootstrap_cubes
exclude .gitlab-ci.yml
exclude cubicweb-addressbook.spec
prune debian
tox.ini
View file @
ace57bfa
...
...
@@ -24,6 +24,14 @@ commands = flake8
max-line-length
=
120
exclude
=
cubicweb_addressbook/migration/*,.tox/*,
[testenv:check-manifest]
skip_install
=
true
skipsdist
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
[testenv:pypi-publish]
basepython
=
python3
skip_install
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment