Skip to content

Commit 8cf0257

Browse files
committed
Return back original author and set up maintainer
1 parent f22f3fc commit 8cf0257

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
setup(
1111
name="setuptools-git-versioning",
1212
version=version_from_git(),
13-
author="dolfinus",
14-
author_email="[email protected]",
13+
author="Camas",
14+
author_email="[email protected]",
15+
maintainer="dolfinus",
16+
maintainer_email="[email protected]",
1517
description="Use git repo data for building a version number according PEP-440",
1618
license='MIT',
1719
long_description=long_description,

0 commit comments

Comments
 (0)