File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 ]
3744Homepage = " https://repl-python-wakatime.readthedocs.io"
@@ -42,13 +49,6 @@ Source = "https://github.com/wakatime/repl-python-wakatime"
4249[tool .setuptools .package-data ]
4350repl_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 ]
5353write_to = " src/repl_python_wakatime/_version.py"
5454
You can’t perform that action at this time.
0 commit comments