Skip to content

Commit 81d5e1e

Browse files
author
Sylvain MARIE
committed
0.5.7 changelog and associated comment in setup.py
1 parent 5a3fba1 commit 81d5e1e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.5.7 - minor setup.py improvement
4+
5+
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)
6+
37
### 0.5.6 - fixed setup.py classifiers
48

59
It was incorrectly refering to this project as related to testing.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,8 @@
162162
# 'sample=sample:main',
163163
# ],
164164
# },
165+
166+
# explicitly setting the flag to avoid `ply` being downloaded
167+
# see https://github.com/smarie/python-getversion/pull/5
165168
zip_safe=False,
166169
)

0 commit comments

Comments
 (0)