Skip to content

Commit

Permalink
Add checks for README at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 2, 2019
1 parent 7cb93e1 commit 2251c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ setup:
build:
@make clean
@python setup.py build
@twine check dist/*
@rm -rf $(BUILD_DIR)/

.PHONY: clean
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_release_command_class():
setup_requires=SETUPTOOLS_REQUIRES + PYTEST_RUNNER_REQUIRES,
tests_require=tests_requires + DATETIME_REQUIRES,
extras_require={
"build": ["wheel"],
"build": ["twine", "wheel"],
"datetime": DATETIME_REQUIRES,
"docs": docs_requires,
"release": ["releasecmd>=0.0.14,<0.1.0"],
Expand Down

0 comments on commit 2251c8c

Please sign in to comment.