1 from setuptools
import setup
2 from codecs
import open
5 here = path.abspath(path.dirname(__file__))
8 with open(path.join(here,
'DESCRIPTION.rst'), encoding=
'utf-8')
as f:
9 long_description = f.read()
12 name=
'csumb205_multimedia',
19 description=
'A easier-to-use, academic wrapper class for different multimedia',
20 long_description=long_description,
23 url=
'https://github.com/pwalker91/CSUMB205_Multimedia',
26 author=
'Peter Walker',
27 author_email=
'pwalker@csumb.edu',
38 'Development Status :: 4 - Beta',
41 'Intended Audience :: Education',
42 'Topic :: Artistic Software',
44 'Topic :: Multimedia',
45 'Topic :: Multimedia :: Graphics',
48 'Natural Language :: English',
51 'License :: OSI Approved :: MIT License',
56 'Programming Language :: Python :: 3',
58 'Programming Language :: Python :: 3.4',
61 'Operating System :: MacOS',
62 'Operating System :: Microsoft :: Windows :: Windows 7'
66 keywords=
'image multimedia manipulation education csumb 205',
70 py_modules=[
'simpleAudio',
78 install_requires=[
'Pillow',
'numpy'],