6e741f6156
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
4 lines
38 B
Python
4 lines
38 B
Python
import setuptools
|
|
|
|
setuptools.setup()
|