Skip to content

Commit

Permalink
fix(pypi): fix deployment issue to pypi
Browse files Browse the repository at this point in the history
I updated the libraries locally and was able to create the package successfully. I'm sending the PR directly to master so we see if it is really fixing the issue.

also see: pypi/warehouse#4079 (comment)

fixes #149
  • Loading branch information
mostaphaRoudsari committed Jun 21, 2019
1 parent 7e3d815 commit 1f93413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ladybug/sunpathplus.py
*.ipynb
.tox
*.egg-info
.eggs/*
build
dist
venv
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ sphinx-bootstrap-theme==0.6.5
sphinxcontrib-fulltoc==1.2.0
sphinxcontrib-websupport==1.1.0
twine==1.13.0
wheel==0.33.4
setuptools==41.0.1

0 comments on commit 1f93413

Please sign in to comment.