@@ -15,7 +15,7 @@ classifiers = [
15
15
' Topic :: Scientific/Engineering :: Artificial Intelligence' ,
16
16
]
17
17
keywords = [' deepecho' , ' DeepEcho' ]
18
- version = ' 0.5.1.dev0 '
18
+ dynamic = [ ' version ' ]
19
19
license = { text = ' BSL-1.1' }
20
20
requires-python = ' >=3.8,<3.12'
21
21
readme = ' README.md'
@@ -108,7 +108,6 @@ namespaces = false
108
108
' HISTORY.md' ,
109
109
' LICENSE' ,
110
110
' README.md' ,
111
- ' deepecho/data/demo.csv' ,
112
111
' *.md' ,
113
112
' *.rst' ,
114
113
' conf.py' ,
@@ -118,6 +117,9 @@ namespaces = false
118
117
' *.png' ,
119
118
' *.gif'
120
119
]
120
+ "deepecho" = [
121
+ ' deepecho/data/demo.csv'
122
+ ]
121
123
"tests" = [" *" ]
122
124
123
125
[tool .setuptools .exclude-package-data ]
@@ -126,6 +128,9 @@ namespaces = false
126
128
' *.py[co]' ,
127
129
]
128
130
131
+ [tool .setuptools .dynamic ]
132
+ version = {attr = ' deepecho.__version__' }
133
+
129
134
[tool .isort ]
130
135
include_trailing_comment = true
131
136
line_length = 99
@@ -165,11 +170,6 @@ values = [
165
170
' release'
166
171
]
167
172
168
- [[tool .bumpversion .files ]]
169
- filename = " pyproject.toml"
170
- search = " version = '{current_version}'"
171
- replace = " version = '{new_version}'"
172
-
173
173
[[tool .bumpversion .files ]]
174
174
filename = " deepecho/__init__.py"
175
175
search = " __version__ = '{current_version}'"
0 commit comments