We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df47ce1 commit 2bfdc97Copy full SHA for 2bfdc97
setup.py
@@ -41,9 +41,10 @@ def main():
41
'bin/gitver'
42
]
43
44
- print "--------------------------------------------------"
45
- print "Setting up for " + vtype + " v" + gitver_version
46
+ if make_sdist:
+ print "--------------------------------------------------"
+ print "Setting up for " + vtype + " v" + gitver_version
47
48
49
setup(
50
name='gitver',
@@ -52,6 +53,7 @@ def main():
52
53
long_description=readme(),
54
license='Apache License, Version 2.0',
55
author='Manuel Bua',
56
+ author_email='manuel.bua[at]gmail.com',
57
url='https://github.com/manuelbua/gitver',
58
scripts=scripts,
59
packages=['gitver'],
0 commit comments