diff options
| author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-05-21 22:16:12 +0200 |
|---|---|---|
| committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-05-21 22:16:12 +0200 |
| commit | ca2b4580f42b7a2d3851af6c96b68ecfd713310a (patch) | |
| tree | 936324e4a15317e72e0f0241b8c10fabb6879f49 | |
| parent | 7c405f02e3255136cf2012cbbf77e9e5d86f8c88 (diff) | |
| download | setuptools-scm-1.4.1.tar.gz | |
fix namev1.4.1
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ class sdist(sdist_orig): arguments = dict( - name='setuptools-scm', + name='setuptools_scm', url='http://bitbucket.org/pypa/setuptools_scm/', # pass here since entrypints are not yet registred use_scm_version=scm_config, |
