Skip to content

Commit f101f5e

Browse files
committed
🚑 Fix building
1 parent 8edc54e commit f101f5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ classifiers = [
3131
"Programming Language :: Python :: Implementation :: CPython",
3232
"Programming Language :: Python :: Implementation :: PyPy",
3333
]
34-
dynamic = ["version", "optional-dependencies"]
34+
dynamic = ["version"]
35+
36+
[project.optional-dependencies]
37+
dev = ["pytest-cov"]
38+
codestats = ["aiohttp", "keyring"]
39+
ipython = ["ipython"]
40+
ptpython = ["ptpython"]
41+
ptipython = ["ptpython[ptipython]"]
3542

3643
[project.urls]
3744
Homepage = "https://repl-python-wakatime.readthedocs.io"
@@ -42,13 +49,6 @@ Source = "https://github.com/wakatime/repl-python-wakatime"
4249
[tool.setuptools.package-data]
4350
repl_python_wakatime = ["py.typed", "assets/*"]
4451

45-
[tool.setuptools.dynamic.optional-dependencies]
46-
dev = ["pytest-cov"]
47-
codestats = ["aiohttp", "keyring"]
48-
ipython = ["ipython"]
49-
ptpython = ["ptpython"]
50-
ptipython = ["ptpython[ptipython]"]
51-
5252
[tool.setuptools_scm]
5353
write_to = "src/repl_python_wakatime/_version.py"
5454

0 commit comments

Comments
 (0)