Skip to content

Commit

Permalink
Re-add accidentally removed setup.cfg; remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed May 7, 2024
1 parent 3bd65b6 commit 656f20f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 38 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["beeref/"]

[project]
name = "BeeRef"
version = "0.3.4-dev"
Expand Down
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[flake8]
exclude = squashfs-root

[coverage:run]
source = beeref

[tool:pytest]
norecursedirs = squashfs-root
addopts = --cov-report html --cov-config=setup.cfg
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit 656f20f

Please sign in to comment.