Skip to content

Commit 956dff6

Browse files
committed
update build procedure
1 parent e89c033 commit 956dff6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include LICENSE
1+
include LICENSE requirements.txt

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# pytest For running tests
1010
# coverage For running test coverage
1111
# pylint For running linting on code
12-
# setuptools For creating distributions
12+
# setuptools For creating distributions
13+
# build For creating distributions
1314
# twine For checking and publishing distributions
1415
#
1516
# The following command line utilities are required:
@@ -104,7 +105,7 @@ dist:
104105
# Check a distribution build using twine
105106
check-dist:
106107
@printf "\n\nCHECKING DISTRIBUTION BUILD:\n"
107-
twine check dist/*
108+
@twine check dist/*
108109
@printf "\n"
109110

110111
# Clear out distribution files

0 commit comments

Comments
 (0)