diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:25 +0000 |
commit | 97570da1e433558f3fffec0f67b6d15a8d36bc05 (patch) | |
tree | 87e8000313403b30628f740be25126fd0c9ad219 /setup.cfg | |
parent | Adding upstream version 3.0.19. (diff) | |
download | ptpython-97570da1e433558f3fffec0f67b6d15a8d36bc05.tar.xz ptpython-97570da1e433558f3fffec0f67b6d15a8d36bc05.zip |
Adding upstream version 3.0.20.upstream/3.0.20
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ [bdist_wheel] -universal=1 +universal = 1 + +[egg_info] +tag_build = +tag_date = 0 + |