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
Currently this package relies on some non-standard files and methods for testing, installing and distributing:
a custom Makefile is used for testing and installing
dependencies are listed in separate .txt files
config files are scattered: there are many different files: .flake8, mypy.ini, MANIFEST.in, setup.cfg, pyproject.toml
Also, packaging and distribution to PyPI is not automated.
Ideally, metadata for configuration, installing, testing etc. should all be following some standard format (which one is to be decided), preferably with fewer separate files. This new format should also enable automatic distribution to PyPI, e.g. as a Github Actions workflow.
The text was updated successfully, but these errors were encountered:
Currently this package relies on some non-standard files and methods for testing, installing and distributing:
Makefile
is used for testing and installing.txt
files.flake8
,mypy.ini
,MANIFEST.in
,setup.cfg
,pyproject.toml
Also, packaging and distribution to PyPI is not automated.
Ideally, metadata for configuration, installing, testing etc. should all be following some standard format (which one is to be decided), preferably with fewer separate files. This new format should also enable automatic distribution to PyPI, e.g. as a Github Actions workflow.
The text was updated successfully, but these errors were encountered: