Skip to content

Commit

Permalink
removed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Nov 21, 2024
1 parent 6c56e74 commit 7471e1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 65 deletions.
28 changes: 0 additions & 28 deletions .flake8

This file was deleted.

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ requires = ["setuptools>=45"]
# Defined by PEP 517
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
mypkg = [
"etc/test_data/*.txt",
"tests/results/*.npz",
"tests/results/imagerepo.json"
]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
Expand Down
26 changes: 0 additions & 26 deletions setup.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions setup.py

This file was deleted.

0 comments on commit 7471e1c

Please sign in to comment.