File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,12 @@ dev = [
42
42
43
43
[tool .setuptools ]
44
44
package-dir = {"" = " src" }
45
- packages = [" cedarscript_ast_parser" ]
45
+
46
+ [tool .setuptools .packages .find ]
47
+ where = [" src" ]
48
+ include = [" cedarscript_ast_parser*" ]
49
+ exclude = [" cedarscript_ast_parser.tests*" ]
50
+ namespaces = false
46
51
47
52
[tool .setuptools_scm ]
48
53
# To override version:
@@ -53,12 +58,6 @@ write_to = "src/cedarscript_ast_parser/_version.py"
53
58
# Append .post{number of commits} to your version if there are commits after the last tag.
54
59
version_scheme = " post-release"
55
60
56
- [tool .setuptools .packages .find ]
57
- where = [" src" ]
58
- include = [" cedarscript_ast_parser*" ]
59
- exclude = [" cedarscript_ast_parser.tests*" ]
60
- namespaces = false
61
-
62
61
[tool .black ]
63
62
line-length = 100
64
63
target-version = [' py39' ]
You can’t perform that action at this time.
0 commit comments