Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
blog
Commits
8059a2b88d3e
Commit
66549445
authored
Nov 22, 2019
by
Philippe Pepiot
Browse files
Drop packaging from sdist and add check-manifest
parent
c0a9c7b7a31e
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
8059a2b8
...
...
@@ -8,3 +8,5 @@ recursive-include test/data bootstrap_cubes *.py
include dev-requirements.txt
include tox.ini
prune debian
prune cubicweb-blog.spec
tox.ini
View file @
8059a2b8
[tox]
envlist
=
py27, py3, flake8
envlist
=
py27, py3, flake8
, check-manifest
[testenv]
deps
=
...
...
@@ -30,3 +30,11 @@ skip_install = true
deps
=
flake8
commands
=
flake8 --exit-zero --show-source --output-file=code_quality.log {toxinidir}
[testenv:check-manifest]
skip_install
=
true
skipsdist
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
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