summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-26 11:20:32 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-26 11:20:32 -0300
commitf3cafe7559f6d8ed030ec41e084f5f8d9190f2ea (patch)
treefa19ade467991fe5d8817ad803c428c0091bbd4d /common
parent525ff6730d45fc0d08db808c577b8753803798fc (diff)
parent0b13f1eeef095e14beea065f9e6b97159180d37a (diff)
Merge remote-tracking branch 'kali/bug/more-descriptive' into develop
Diffstat (limited to 'common')
-rw-r--r--common/setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/setup.py b/common/setup.py
index 22159a2a..0a2f138f 100644
--- a/common/setup.py
+++ b/common/setup.py
@@ -50,13 +50,14 @@ setup(
cmdclass=versioneer.get_cmdclass(),
url='https://leap.se/',
license='GPLv3+',
- description='Synchronization of locally encrypted data among devices.',
+ description='Synchronization of locally encrypted data among devices '
+ '(common files).',
author='The LEAP Encryption Access Project',
author_email='info@leap.se',
long_description=(
"Soledad is the part of LEAP that allows application data to be "
"securely shared among devices. It provides, to other parts of the "
- "LEAP client, an API for data storage and sync."
+ "LEAP project, an API for data storage and sync."
),
classifiers=trove_classifiers,
namespace_packages=["leap", "leap.soledad"],