fix: revert back to setup.py + setup.cfg
apparently with python 3.6 things "mostly" work but then they break if any specified dependencies have a dot in the name. which in this project, is the case for `zope.sqlalchemy` so until we drop python 3.6 support, we cannot use pyproject.toml here
This commit is contained in:
parent
fb0c538a2b
commit
6e741f6156
3 changed files with 100 additions and 101 deletions
3
setup.py
Normal file
3
setup.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup()
|
Loading…
Add table
Add a link
Reference in a new issue