File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ license = Apache-2.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
77description = aboutcode
8- long_description = file:README.rst
9- long_description_content_type = text/x-rst
8+ long_description = file:README.md
9+ long_description_content_type = text/markdown
1010url = https://github.com/aboutcode-org/aboutcode
1111
1212author = nexB. Inc. and others
@@ -31,9 +31,17 @@ license_files =
3131zip_safe = false
3232setup_requires = setuptools_scm[toml] >= 4
3333python_requires = >=3.10
34+ packages = find:
3435install_requires =
3536
3637
38+ [options.packages.find]
39+ where = .
40+ exclude =
41+ automation
42+ designs
43+ docs
44+
3745[options.extras_require]
3846docs =
3947 Sphinx
You can’t perform that action at this time.
0 commit comments