tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
159 stars 38 forks source link

Add pyproject.toml to replace setup.py #152

Closed tompollard closed 1 year ago

tompollard commented 1 year ago

This pull request adds a pyproject.toml file with basic build requirements. setup.py can be removed in a later pull request, assuming pyproject.toml is configured correctly.