kopia lustrzana https://github.com/corrscope/corrscope
15 wiersze
341 B
Python
15 wiersze
341 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='ovgenpy',
|
|
version='0',
|
|
packages=[''],
|
|
url='',
|
|
license='BSD-2-Clause',
|
|
author='nyanpasu64',
|
|
author_email='',
|
|
description='',
|
|
tests_require=['pytest', 'pytest-pycharm', 'hypothesis'],
|
|
install_requires=['numpy', 'scipy', 'click', 'matplotlib', 'ruamel.yaml']
|
|
)
|