Skip to content

Commit b1fa699

Browse files
committed
update pyproject version
1 parent 359856d commit b1fa699

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
'Topic :: Scientific/Engineering :: Artificial Intelligence',
1616
]
1717
keywords = ['deepecho', 'DeepEcho']
18-
version = '0.5.1.dev0'
18+
dynamic = ['version']
1919
license = { text = 'BSL-1.1' }
2020
requires-python = '>=3.8,<3.12'
2121
readme = 'README.md'
@@ -108,7 +108,6 @@ namespaces = false
108108
'HISTORY.md',
109109
'LICENSE',
110110
'README.md',
111-
'deepecho/data/demo.csv',
112111
'*.md',
113112
'*.rst',
114113
'conf.py',
@@ -118,6 +117,9 @@ namespaces = false
118117
'*.png',
119118
'*.gif'
120119
]
120+
"deepecho" = [
121+
'deepecho/data/demo.csv'
122+
]
121123
"tests" = ["*"]
122124

123125
[tool.setuptools.exclude-package-data]
@@ -126,6 +128,9 @@ namespaces = false
126128
'*.py[co]',
127129
]
128130

131+
[tool.setuptools.dynamic]
132+
version = {attr = 'deepecho.__version__'}
133+
129134
[tool.isort]
130135
include_trailing_comment = true
131136
line_length = 99
@@ -165,11 +170,6 @@ values = [
165170
'release'
166171
]
167172

168-
[[tool.bumpversion.files]]
169-
filename = "pyproject.toml"
170-
search = "version = '{current_version}'"
171-
replace = "version = '{new_version}'"
172-
173173
[[tool.bumpversion.files]]
174174
filename = "deepecho/__init__.py"
175175
search = "__version__ = '{current_version}'"

0 commit comments

Comments
 (0)