Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Badi committed Oct 13, 2015
1 parent 113042d commit 9af3232
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand

with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()

HERE = os.path.abspath(os.path.dirname(__file__))
PACKAGE_NAME = 'mailjet-rest'
VERSION = 'v1.0.0'
Expand All @@ -21,9 +18,9 @@
author_email='starenka0@gmail.com',
maintainer='Guillaume Badi',
maintainer_email='gbadi@mailjet.com',
download_url='https://github.com/mailjet/mailjet-apiv3-python/tarball/v1.0.0',
url='https://github.com/mailjet/mailjet-apiv3-python',
description=('Mailjet V3 API wrapper'),
long_description=README,
classifiers=['Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -33,6 +30,7 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities'],
license='GPLv3',
keywords='mailjet api wrapper email client',
Expand Down

0 comments on commit 9af3232

Please sign in to comment.