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 e89c033 commit 956dff6Copy full SHA for 956dff6
MANIFEST.in
@@ -1 +1 @@
1
-include LICENSE
+include LICENSE requirements.txt
Makefile
@@ -9,7 +9,8 @@
9
# pytest For running tests
10
# coverage For running test coverage
11
# pylint For running linting on code
12
-# setuptools For creating distributions
+# setuptools For creating distributions
13
+# build For creating distributions
14
# twine For checking and publishing distributions
15
#
16
# The following command line utilities are required:
@@ -104,7 +105,7 @@ dist:
104
105
# Check a distribution build using twine
106
check-dist:
107
@printf "\n\nCHECKING DISTRIBUTION BUILD:\n"
- twine check dist/*
108
+ @twine check dist/*
109
@printf "\n"
110
111
# Clear out distribution files
0 commit comments