We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144fadc commit a7c1aa6Copy full SHA for a7c1aa6
.gitignore
@@ -8,3 +8,4 @@ __pycache__
8
docs/_build
9
.coverage
10
~build
11
+build
Makefile
@@ -7,3 +7,6 @@ clean:
7
fullclean: clean
rm -fr .tox .cache .pytest_cache
find . -name '*.pyc' -exec rm -f {} +
+
+release:
12
+ python setup.py sdist bdist_wheel
0 commit comments