3 from distutils
.core
import setup
7 ver
= rarfile
.__version
__
8 ldesc
= open("README.rst").read().strip()
9 sdesc
= ldesc
.split('\n')[0].split(' - ')[1].strip()
15 long_description
= ldesc
,
16 author
= "Marko Kreen",
18 author_email
= "markokr@gmail.com",
19 url
= "https://github.com/markokr/rarfile",
20 py_modules
= ['rarfile'],
21 keywords
= ['rar', 'unrar', 'archive'],
23 "Development Status :: 5 - Production/Stable",
24 "Intended Audience :: Developers",
25 "License :: OSI Approved :: ISC License (ISCL)",
26 "Operating System :: OS Independent",
27 "Programming Language :: Python :: 2",
28 "Programming Language :: Python :: 3",
29 "Topic :: Software Development :: Libraries :: Python Modules",
30 "Topic :: System :: Archiving :: Compression",