We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82525cb commit d1ca18bCopy full SHA for d1ca18b
pyproject.toml
@@ -48,10 +48,11 @@ dev = [
48
package-dir = {"" = "src"}
49
include-package-data = true
50
51
-[tool.setuptools.packages.find]
52
-where = ["src"]
53
-include = ["cedarscript_editor*", "text_editor*"]
54
-exclude = ["cedarscript_editor.tests*"]
+[tool.setuptools.packages]
+find = {}
+
+[tool.setuptools.package-data]
55
+"*" = ["*.txt", "*.rst"]
56
57
[tool.black]
58
line-length = 100
src/cedarscript_editor/__init__.py
@@ -0,0 +1 @@
1
+# This file is intentionally left empty to mark the directory as a Python package.
src/text_editor/__init__.py
0 commit comments