From 89eedff7af5424c69984a696ffb1cd2a8992f606 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 21 Oct 2013 14:14:32 -0200 Subject: add readme and changelog to long-description reformat changelog in .rst --- setup.py | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 78c5b0fb..fd87e56c 100755 --- a/setup.py +++ b/setup.py @@ -168,25 +168,8 @@ setup( cmdclass=cmdclass, description=("The Internet Encryption Toolkit: " "Encrypted Internet Proxy and Encrypted Mail."), - # XXX unify the long_description on a file of its own, so we - # can reuse it easily. - long_description=( - "Bitmask is the multiplatform desktop client for the LEAP Platform." - "\n" - "The LEAP Encryption Access Project develops " - "a multi-year plan to secure everyday communication.\n " - "The Encrypted Internet Proxy (EIP) provides circumvention, location " - "anonymization, and traffic encryption in a hassle-free, " - "automatically self-configuring fashion.\n" - "Encrypted Mail offers automatic encryption and decryption for " - "both outgoing and incoming email, adding public key cryptography " - "to your mail without you ever having to worry about key distribution " - "or signature verification. \n" - "The Encrypted Mail services will run local SMTP and IMAP proxies " - "that, once you configure the mail client of your choice, will " - "automatically encrypt and decrypt your email using GPG encryption " - "under the hood." - ), + long_description=open('README.rst').read() + '\n\n\n' + + open('CHANGELOG.rst').read(), classifiers=trove_classifiers, install_requires=parsed_reqs, test_suite='nose.collector', -- cgit v1.2.3