diff options
| author | 2021-06-22 22:30:44 -0400 | |
|---|---|---|
| committer | 2021-06-22 22:30:44 -0400 | |
| commit | 29b8ce4676815053724f96769fa09d42428a79af (patch) | |
| tree | fe96f96b15332550c500a55ec92731117424ce8e /setup.py | |
| parent | df933b07457921cd21eb95a87bd74375b76613ab (diff) | |
| parent | 32de2b06db501c7de81678bce8e3e0c3e63d340c (diff) | |
Update upstream source from tag 'upstream/1.18.0'
Update to upstream version '1.18.0'
with Debian dir ef07ea3c642369ef40d1f6eadc566c8be0eea8a9
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ import os.path import warnings from setuptools import setup -if sys.hexversion < 0x3040000: - sys.exit("Python 3.4+ required") - def read(fname): path = os.path.join(os.path.dirname(__file__), fname) |
