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 62daf2e commit 199edfaCopy full SHA for 199edfa
1 file changed
setup.cfg
@@ -5,8 +5,8 @@ license = Apache-2.0
5
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
7
description = aboutcode
8
-long_description = file:README.rst
9
-long_description_content_type = text/x-rst
+long_description = file:README.md
+long_description_content_type = text/markdown
10
url = https://github.com/aboutcode-org/aboutcode
11
12
author = nexB. Inc. and others
@@ -31,9 +31,17 @@ license_files =
31
zip_safe = false
32
setup_requires = setuptools_scm[toml] >= 4
33
python_requires = >=3.10
34
+packages = find:
35
install_requires =
36
37
38
+[options.packages.find]
39
+where = .
40
+exclude =
41
+ automation
42
+ designs
43
+ docs
44
+
45
[options.extras_require]
46
docs =
47
Sphinx
0 commit comments