diff --git a/bumpr.rc b/bumpr.rc index 969fdb24..97dbad22 100644 --- a/bumpr.rc +++ b/bumpr.rc @@ -5,7 +5,7 @@ clean = python setup.py clean rm -rf *egg-info build dist tests = python -m unittest discover -publish = python setup.py sdist register upload +publish = python setup.py sdist bdist_wheel register upload files = README.rst [bump] diff --git a/dev_requirements.txt b/dev_requirements.txt index 01fe2507..a7c10719 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -9,6 +9,7 @@ typogrify # To perform release bumpr==0.2.0 +wheel # For docs theme sphinx_rtd_theme