Chore: installation setup is working
This commit is contained in:
parent
c540471d4a
commit
58e7152cf9
25
MANIFEST
25
MANIFEST
@ -1,25 +0,0 @@
|
||||
# file GENERATED by distutils, do NOT edit
|
||||
setup.py
|
||||
pymath/__init__.py
|
||||
pymath/abstract_polynom.py
|
||||
pymath/arithmetic.py
|
||||
pymath/explicable.py
|
||||
pymath/expression.py
|
||||
pymath/fraction.py
|
||||
pymath/generic.py
|
||||
pymath/operator.py
|
||||
pymath/polynom.py
|
||||
pymath/polynomDeg2.py
|
||||
pymath/random_expression.py
|
||||
pymath/render.py
|
||||
pymath/str2tokens.py
|
||||
test/test_arithmetic.py
|
||||
test/test_expression.py
|
||||
test/test_fraction.py
|
||||
test/test_generic.py
|
||||
test/test_operator.py
|
||||
test/test_polynom.py
|
||||
test/test_polynomDeg2.py
|
||||
test/test_random_expression.py
|
||||
test/test_render.py
|
||||
test/test_str2tokens.py
|
8
setup.py
8
setup.py
@ -7,11 +7,15 @@ except ImportError:
|
||||
|
||||
setup(
|
||||
name='Mapytex',
|
||||
version='2.01',
|
||||
version='2.0.3',
|
||||
description='Computing like a student',
|
||||
author='Benjamin Bertrand',
|
||||
author_email='programming@opytex.org',
|
||||
url='http://git.opytex.org/lafrite/Mapytex',
|
||||
packages=['mapytex'],
|
||||
# install_requires=['pyparsing', 'sympy'],
|
||||
include_package_data = True,
|
||||
install_requires=[
|
||||
'multipledispatch',
|
||||
'tabulate',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user