Skip to content

Commit 4e07241

Browse files
committed
Move zip-safe option to tool.setuptools section of pyproject.toml
1 parent 426127d commit 4e07241

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Changelog
44
1.13
55
----
66

7+
.. changelog::
8+
:version: 1.13.3
9+
:released: 14.03.2023
10+
11+
.. change::
12+
:tags: docs
13+
:tickets: 78
14+
15+
Move ``zip-safe`` option to ``tool.setuptools`` section of ``pyproject.toml``.
16+
17+
Thanks to :github-user:`cclecle`
18+
719
.. changelog::
820
:version: 1.13.2
921
:released: 26.02.2023

docs/runtime_version.rst

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ To resolve version number in runtime, you should move ``VERSION`` file to your m
4747
[tool.setuptools.package-data]
4848
# include VERSION file to a package
4949
my_module = ["VERSION"]
50+
51+
[tool.setuptools]
5052
# this package will read some included files in runtime, avoid installing it as .zip
5153
zip-safe = false
5254

0 commit comments

Comments
 (0)