mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
No wheels
This commit is contained in:
parent
1bdde25c0c
commit
7fdff404e6
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -103,7 +103,7 @@ linkcheck:
|
|||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||
|
||||
release:
|
||||
python setup.py sdist bdist_wheel upload
|
||||
python setup.py sdist upload
|
||||
|
||||
release-deb:
|
||||
sh scripts/release-deb.sh debian jessie
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[tool:pytest]
|
||||
norecursedirs = tests/storage/servers/*
|
||||
addopts = --tb=short
|
||||
|
|
|
|||
Loading…
Reference in a new issue