NeoPy commited on
Commit
9869b59
·
verified ·
1 Parent(s): 1bb1541

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -5
pyproject.toml CHANGED
@@ -45,11 +45,8 @@ cpu = ["audio-separator[cpu]==0.30.1"]
45
  dev = ["librosa>=0.9.1,<0.11"]
46
 
47
  [tool.setuptools]
48
- packages = { find = { where = "src" } }
49
- package_data = {
50
- "" = ["*.pyi", "*.txt", "*.md"],
51
- "rvc_inferpy" = ["py.typed"]
52
- }
53
 
54
  [tool.setuptools.packages.find]
55
  include = ["rvc_inferpy", "rvc_inferpy.*"]
 
45
  dev = ["librosa>=0.9.1,<0.11"]
46
 
47
  [tool.setuptools]
48
+ packages = { find = { where = "rvc_inferpy" } }
49
+
 
 
 
50
 
51
  [tool.setuptools.packages.find]
52
  include = ["rvc_inferpy", "rvc_inferpy.*"]