Refactor packaging, part I
Compare changes
- Frederik Hennig authored
+ 2
− 2
@@ -200,7 +200,7 @@ minimal-conda:
@@ -200,7 +200,7 @@ minimal-conda:
@@ -214,7 +214,7 @@ minimal-sympy-master:
@@ -214,7 +214,7 @@ minimal-sympy-master:
Relates to #75 (closed).
Move all project info to pyproject.toml
.
Tasks:
quicktest
action from setup.py
and realize quicktests some other way -> introduced quicktest.py
Notes:
quicktest
command in setup.py
uses the distutils
command interface, but distutils
is deprecated since Python 3.10. We must find some other way to realize quicktests.