Skip to content

Commit 3753012

Browse files
authored
Merge pull request #7 from moi15moi/Correct-pyproject.toml
Remove packages section
2 parents 9b6934e + b2c6d57 commit 3753012

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ requires = ["setuptools"]
2828
build-backend = "setuptools.build_meta"
2929

3030
[tool.setuptools.dynamic]
31-
version = { attr = "ass_tag_analyzer.__init__.__version__" }
32-
33-
[tool.setuptools]
34-
packages = ["ass_tag_analyzer"]
31+
version = { attr = "ass_tag_analyzer.__init__.__version__" }

0 commit comments

Comments
 (0)