Skip to content

Commit

Permalink
0.5.7 changelog and associated comment in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Aug 31, 2019
1 parent 5a3fba1 commit 81d5e1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.5.7 - minor setup.py improvement

Now explicitly setting the `zip_safe` flag in `setup.py` to avoid `ply` being downloaded. From [#5](https://github.com/smarie/python-getversion/pull/5)

### 0.5.6 - fixed setup.py classifiers

It was incorrectly refering to this project as related to testing.
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,8 @@
# 'sample=sample:main',
# ],
# },

# explicitly setting the flag to avoid `ply` being downloaded
# see https://github.com/smarie/python-getversion/pull/5
zip_safe=False,
)

0 comments on commit 81d5e1e

Please sign in to comment.