File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ classifiers = [
16
16
" Programming Language :: Python :: 3" ,
17
17
" Topic :: Software Development :: Libraries :: Python Modules" ,
18
18
]
19
- include = [
20
- " src/experimaestro/server/data/*" ,
21
- " src/experimaestro/sphinx/static/experimaestro.css" ,
22
- " src/experimaestro/mkdocs/style.css" ,
23
- { path =" src/experimaestro/server/data/*" , format =[' sdist' , ' wheel' ]}
24
- ]
25
19
repository = " https://github.com/experimaestro/experimaestro-python"
26
20
documentation = " https://experimaestro-python.readthedocs.io/"
27
21
dynamic = [" version" ]
@@ -66,6 +60,12 @@ format-jinja = """{%- set pre = [] -%}{%- set metadata = [] -%}
66
60
{{ serialize_semver(base, pre, metadata)}}"""
67
61
68
62
[tool .poetry ]
63
+ include = [
64
+ " src/experimaestro/server/data/*" ,
65
+ " src/experimaestro/sphinx/static/experimaestro.css" ,
66
+ " src/experimaestro/mkdocs/style.css" ,
67
+ { path =" src/experimaestro/server/data/*" , format =[' sdist' , ' wheel' ]}
68
+ ]
69
69
version = " 0.0.0"
70
70
71
71
[tool .poetry-dynamic-versioning .files ."src/experimaestro/version .py" ]
You can’t perform that action at this time.
0 commit comments