Explorar el Código

Expanding description.

Dan Helfman hace 10 años
padre
commit
41008b3ef4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
 setup(
     name='atticmatic',
     version='0.0.1',
-    description='A wrapper script for Attic backup software',
+    description='A wrapper script for Attic backup software that creates and prunes backups',
     author='Dan Helfman',
     author_email='witten@torsion.org',
     packages=find_packages(),