Skip to content

Commit e775f99

Browse files
committed
Move prerelease tag settings back to setup.cfg
1 parent fc22039 commit e775f99

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ exclude = [
169169
]
170170
namespaces = true
171171

172-
[tool.distutils.egg_info]
173-
tag-build = ".post"
174-
tag-date = 1
175-
176172
[tool.distutils.sdist]
177173
formats = "zip"
178174

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[egg_info]
2+
tag_build = .post
3+
tag_date = 1

0 commit comments

Comments
 (0)