summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-21 23:38:22 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-03-21 23:38:22 +0100
commita77278819e5f9637e8ff1954ec33ecbf753ac89a (patch)
tree1ea0c05d9edfe62067bbfd09bc78dc2f17bcfd42 /setup.py
parenta9dae494c1de1271bf75b8aacb2a52b4bcaa5a67 (diff)
downloadsemantic-version-a77278819e5f9637e8ff1954ec33ecbf753ac89a.tar.gz
Fix license string.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 97b131c..58ab214 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup(
name="semantic_version",
version=get_version(),
author="Raphaël Barrois",
- author_email="raphael.barrois@polytechnique.org",
+ author_email="raphael.barrois+semver@polytechnique.org",
description=("A library implementing the 'SemVer' scheme."),
license="BSD",
keywords=['semantic version', 'versioning', 'version'],