Skip to content

Commit 9af3232

Browse files
author
Guillaume Badi
committed
setup.py
1 parent 113042d commit 9af3232

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
from setuptools import setup
88
from setuptools.command.test import test as TestCommand
99

10-
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
11-
README = readme.read()
12-
1310
HERE = os.path.abspath(os.path.dirname(__file__))
1411
PACKAGE_NAME = 'mailjet-rest'
1512
VERSION = 'v1.0.0'
@@ -21,9 +18,9 @@
2118
author_email='[email protected]',
2219
maintainer='Guillaume Badi',
2320
maintainer_email='[email protected]',
21+
download_url='https://github.com/mailjet/mailjet-apiv3-python/tarball/v1.0.0',
2422
url='https://github.com/mailjet/mailjet-apiv3-python',
2523
description=('Mailjet V3 API wrapper'),
26-
long_description=README,
2724
classifiers=['Development Status :: 3 - Alpha',
2825
'Environment :: Console',
2926
'Intended Audience :: Developers',
@@ -33,6 +30,7 @@
3330
'Programming Language :: Python :: 2.6',
3431
'Programming Language :: Python :: 2.7',
3532
'Programming Language :: Python :: 3.2',
33+
'Programming Language :: Python :: 3.5',
3634
'Topic :: Utilities'],
3735
license='GPLv3',
3836
keywords='mailjet api wrapper email client',

0 commit comments

Comments
 (0)