diff options
Diffstat (limited to 'user/py3-py/scm.patch')
-rw-r--r-- | user/py3-py/scm.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/user/py3-py/scm.patch b/user/py3-py/scm.patch deleted file mode 100644 index 44665748f..000000000 --- a/user/py3-py/scm.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- py-1.7.0/setup.py 2018-08-27 20:39:51.000000000 +0000 -+++ py-1.7.0/setup.py 2018-10-11 05:07:12.560247181 +0000 -@@ -6,8 +6,7 @@ def main(): - name='py', - description='library with cross-python path, ini-parsing, io, code, log facilities', - long_description=open('README.rst').read(), -- use_scm_version={"write_to": "py/_version.py"}, -- setup_requires=["setuptools-scm"], -+ version='1.7.0', - url='http://py.readthedocs.io/', - license='MIT license', - platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], |