expressly/expressly-plugin-sdk-python3-core

View on GitHub
setup.py

Summary

Maintainability
A
0 mins
Test Coverage
from setuptools import setup

setup(
    name='expressly',
    packages=['expressly'],
    version='2.0.1',
    description='Expressly Python 3 SDK',
    author='Expressly',
    author_email='info@buyexpressly.com',
    url='https://github.com/expressly/python-sdk',
    download_url='',  # latest github tag
    keywords=[],
    classifiers=[], requires=['simplejson']
)