Skip to content

Commit e08c09e

Browse files
committed
fix: update setup.cfg to reference existing README.md and LICENSE
- Replace non-existent README.rst with README.md as long_description source - Update long_description_content_type from text/x-rst to text/markdown - Fix license_files path from apache-2.0.LICENSE (missing) to LICENSE (actual file) Fixes #283
1 parent 635026c commit e08c09e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 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
@@ -24,7 +24,7 @@ keywords =
2424
docs
2525

2626
license_files =
27-
apache-2.0.LICENSE
27+
LICENSE
2828
NOTICE
2929

3030
[options]

0 commit comments

Comments
 (0)