v1.0

v1.0
v1.0

v1.0

v1.0

v1.0

v1.0

v1.0

v1.0

v1.0

v1.0

v1.0
This commit is contained in:
2020-05-16 15:38:24 -03:00
committed by Vitor Hideyoshi
parent bb2b938156
commit e444e2e7ed
13 changed files with 730 additions and 137 deletions

View File

@@ -4,11 +4,11 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="Otter", # Replace with your own username
version="1.0",
name="yoshi-otter", # Replace with your own username
version="1.1",
author="Vitor Hideyoshi",
author_email="vitor.h.n.batista@gmail.com",
description="Algebra Functions Python Module for Numeric Calculus",
description="Numeric Calculus python module in the topic of Algebra Functions",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/HideyoshiNakazone/Otter-NumericCalculus.git",
@@ -23,5 +23,6 @@ setuptools.setup(
install_requires=[
'numpy',
'pandas',
'yoshi-seals'
],
)