4 from setuptools
import setup
6 from distutils
import setup
8 long_description
= open(os
.path
.join(os
.path
.dirname(__file__
), "README.rst")).read()
13 description
=long_description
.split("\n")[0],
14 long_description
=long_description
,
15 author
="Michael Twomey",
16 author_email
="micktwomey+iso8601@gmail.com",
17 url
="https://bitbucket.org/micktwomey/pyiso8601",
21 "License :: OSI Approved :: MIT License",
22 "Programming Language :: Python :: 2",
23 "Programming Language :: Python :: 3",