Skip to content

Commit 6cb6215

Browse files
authored
Fix license and readme file paths in the setup.cfg (#27)
It seems like these files aren't getting parse correctly by pypi or fossa without the paths being correct here.
2 parents e410bc4 + 1072582 commit 6cb6215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = lightspark
33
url = https://www.lightspark.com/
44
version = attr: lightspark.version.__version__
55
description = Python SDK for the Lightspark API
6-
long_description = file: README.rst
6+
long_description = file: README.md
77
long_description_content_type = text/markdown
88
author = Lightspark Group, Inc.
99
author_email = [email protected]
1010
license = Apache-2.0
11-
license_files = LICENSE.rst
11+
license_files = LICENSE
1212
project_urls =
1313
Documentation = https://docs.lightspark.com/lightspark-sdk/getting-started?language=Python
1414
Source Code = https://github.com/lightsparkdev/python-sdk

0 commit comments

Comments
 (0)