summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-02-21 17:10:37 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-02-21 17:10:37 +0100
commit4e39cd3b2b9970e09485bdba459bb48e4ec647d8 (patch)
treefc45eb035de08bc90adf4defe57bbf849117e017 /setup.py
parenta7b008f0a6cb0a3f867936273d02b4e7cab7fb35 (diff)
downloadsetuptools-scm-4e39cd3b2b9970e09485bdba459bb48e4ec647d8.tar.gz
typo in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a82b35..3a4ea29 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ with open('README.rst') as fp:
setup = partial(
setuptools.setup,
name='setuptools-scm',
- url='http://bitbucket.org/pypa/setptools_scm/',
+ url='http://bitbucket.org/pypa/setuptools_scm/',
# pass here since entrypints are not yet registred
use_scm_version={
'version_scheme': guess_next_dev_version,