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:
Lance Edgar 2024-06-14 17:57:01 -05:00
parent fb0c538a2b
commit 6e741f6156
3 changed files with 100 additions and 101 deletions

3
setup.py Normal file
View file

@ -0,0 +1,3 @@
import setuptools
setuptools.setup()