Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ license = Apache-2.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
description = aboutcode
long_description = file:README.rst
long_description_content_type = text/x-rst
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/aboutcode-org/aboutcode

author = nexB. Inc. and others
Expand All @@ -24,7 +24,7 @@ keywords =
docs

license_files =
apache-2.0.LICENSE
LICENSE
NOTICE

[options]
Expand Down