You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add pyproject.toml
This also removes `setup_requires`, which is no longer necessary.
* Use enviroment markers for enum34
* Use whitelist in find_packages
Without this, `openhtf` was shipping a top-level package called
"pylint_plugins". This makes it so other directories in the repo root
won't be automatically released as top-level packages if an
`__init__.py` is added to them.
* Move [wheel] to [bdist_wheel]
* Add python_requires
* Remove maximum version for pandas
0 commit comments