mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Added license and updated setup.py
This commit is contained in:
13
setup.py
13
setup.py
@@ -1,11 +1,14 @@
|
||||
from setuptools import setup
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(name='pycmx',
|
||||
version='0.1',
|
||||
description='CMX3600 Edit Decision List Parser',
|
||||
url='https://github.com/iluvcapra/pycmx/',
|
||||
author='Jamie Hardt',
|
||||
author_email='jamiehardt@me.com',
|
||||
license='MIT',
|
||||
packages=['pycmx'],
|
||||
zip_safe=False)
|
||||
description='CMX3600 Edit Decision List Parser',
|
||||
long_description_content_type="text/markdown",
|
||||
long_description=long_description,
|
||||
url='https://github.com/iluvcapra/pycmx',
|
||||
packages=['pycmx'])
|
||||
|
||||
Reference in New Issue
Block a user