diff options
author | drebs <drebs@leap.se> | 2016-04-26 11:20:56 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-04-26 11:20:56 -0300 |
commit | 84ceab1abb1863906b51f4b78885aa99c66bafc4 (patch) | |
tree | 312e62e4bcbacf5aa4d5cd3bd5a186bc79f60f8b /mail/setup.py | |
parent | a70e0b900576fe37511d064028f114f24d4aa009 (diff) |
[bug] fix CHANGELOG.rst open in setup.py
Diffstat (limited to 'mail/setup.py')
-rw-r--r-- | mail/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/setup.py b/mail/setup.py index e9c3e41..960cea1 100644 --- a/mail/setup.py +++ b/mail/setup.py @@ -136,7 +136,7 @@ setup( maintainer_email='kali@leap.se', description='Mail Services provided by Bitmask, the LEAP Client.', long_description=open('README.rst').read() + '\n\n\n' + - open('CHANGELOG').read(), + open('CHANGELOG.rst').read(), classifiers=trove_classifiers, namespace_packages=["leap"], package_dir={'': 'src'}, |