Skip to content

Commit ab4ee22

Browse files
committed
Fix setup.cfg package discovery and README format
1 parent f076c1d commit ab4ee22

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

setup.cfg

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
77
description = 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
1010
url = https://github.com/aboutcode-org/aboutcode
1111

1212
author = nexB. Inc. and others
@@ -31,9 +31,17 @@ license_files =
3131
zip_safe = false
3232
setup_requires = setuptools_scm[toml] >= 4
3333
python_requires = >=3.10
34+
packages = find:
3435
install_requires =
3536

3637

38+
[options.packages.find]
39+
where = .
40+
exclude =
41+
automation
42+
designs
43+
docs
44+
3745
[options.extras_require]
3846
docs =
3947
Sphinx

0 commit comments

Comments
 (0)