diff options
| -rw-r--r-- | CHANGES.rst | 3 | ||||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 195f75c..6b7125a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -64,6 +64,9 @@ Development * Makefile + - do not build ``bdist_wininst --plat-name win32`` per + :pep:`527#bdist-dmg-bdist-msi-and-bdist-wininst` + + test packages build in ``test_setup`` target * rename target ``install_test`` to ``test_setup`` @@ -1,4 +1,4 @@ -# Copyright (c) 2013, 2014 Yu-Jie Lin +# Copyright (c) 2013, 2014, 2016 Yu-Jie Lin # Licensed under the BSD License, for detailed license information, see COPYING PACKAGE=smartypants @@ -8,7 +8,7 @@ PY2_CMD=python2 PY3_CMD=python3 INSTALL_TEST_DIR=/tmp/$(PACKAGE)_install_test -BUILD_CMD=./setup.py sdist --formats gztar,zip bdist_wheel bdist_wininst --plat-name win32 +BUILD_CMD=./setup.py sdist --formats gztar,zip bdist_wheel DOC_FILES = CHANGES.rst COPYING docs/conf.py $(wildcard docs/*.rst) |
