Skip to content

Commit a0da90c

Browse files
committed
Fix setup.cfg package discovery and README format
Signed-off-by: anish-devgit <xtylishanish@gmail.com>
1 parent 6bdefc0 commit a0da90c

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)