We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e0ed9 commit c62353bCopy full SHA for c62353b
setup.cfg
@@ -20,18 +20,19 @@ package_dir =
20
= src
21
packages = find:
22
python_requires = >=3.6
23
-install_requires =
+install_requires =
24
platformdirs
25
+ rich
26
27
[options.packages.find]
28
where = src
29
30
[options.package_data]
-pyproject =
31
+pyproject =
32
py.typed
33
templates/*
34
config/*
35
36
[options.entry_points]
-console_scripts =
37
+console_scripts =
38
pyproject = pyproject.cli:main
0 commit comments