[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/joabAM/arrayDesignOpt/main/setup.py [Back]  [Original]

from setuptools import find_packages, setup

setup(
    name='arrayDesignOpt',
    packages=find_packages(include=['arrayDesignOpt', 'resources', 'utils']),
    version='0.1',
    description='My first Python library',
    author='Joab Apaza',
    install_requires=[
        'scipy',
        'shapely',
        'numpy==1.19.5',
        'matplotlib==3.6.0',
        'IPython',
        ],
)

Web Proxy Viewer  |  New URL  |  Original Page