Skip to content

Commit 500befb

Browse files
author
Rudy Puig
committed
chore: fix workflow installation (hngggg)
1 parent 6251e5e commit 500befb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'aoc'
7-
dynamic = ['version']
7+
version = '2.0.0'
88
description = 'Advent of Code programming puzzles by Rudy Puig.'
99
license = { file = 'LICENSE.txt' }
1010
readme = 'README.md'
@@ -27,17 +27,13 @@ test = [
2727

2828
[tool.setuptools]
2929
package-dir = {'' = 'src'}
30-
include-package-data = true
3130

3231
[tool.setuptools.packages.find]
3332
where = ['src']
34-
include = ['aoc*']
33+
include = ['aoc']
3534
exclude = ['docs', 'tests']
3635
namespaces = false
3736

38-
[tool.setuptools.dynamic]
39-
version = {attr = 'aoc.__version__'}
40-
4137
[tool.mypy]
4238
check_untyped_defs = true
4339
disallow_any_generics = true

0 commit comments

Comments
 (0)