oz123 10 år sedan
förälder
incheckning
5ce6a83ae4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -10,6 +10,7 @@ from setuptools.command.install import install
 import os
 from subprocess import Popen,  PIPE
 
+
 def describe():
     des = Popen('git describe', shell=True, stdout=PIPE)
     ver = des.stdout.readlines()
@@ -42,7 +43,6 @@ class PyCryptoInstallCommand(install):
                    'to install pycrypto ...'))
 
 
-
 setup(name=pwman.appname,
       version=describe(),
       description=pwman.description,