mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-03-28 17:43:06 +01:00
Refactor setuptools configuration to use package finding options
This commit is contained in:
@@ -62,8 +62,9 @@ dev = [
|
||||
[project.scripts]
|
||||
pymc-repeater = "repeater.main:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["repeater"]
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["repeater*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
repeater = [
|
||||
|
||||
Reference in New Issue
Block a user