Closed adamltyson closed 2 years ago
setup.cfg
pyproject.toml
cellshape-cloud
.gitignore
MANIFEST.in
.pre-commit-config.yaml
setup.cfg
to define project and requirementspyproject.toml
to define buildcellshape-cloud
dir.gitignore
MANIFEST.in
.pre-commit-config.yaml
to set up automatic running of linting tools (black & flake8). Not run yet.