corrscope/setup.py

15 wiersze
341 B
Python
Czysty Zwykły widok Historia

2018-07-12 22:27:26 +00:00
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']
2018-07-12 22:27:26 +00:00
)