Skip to content

Commit 38c93f2

Browse files
Use license_files in setup.cfg
Seeing warnings in test runs stating that license_file will be deprecation next month: ``` integration-testing-client-1 | The license_file parameter is deprecated, use license_files instead. integration-testing-client-1 | integration-testing-client-1 | By 2023-Oct-30, you need to update your project and remove deprecated calls integration-testing-client-1 | or your builds will no longer be supported. integration-testing-client-1 | integration-testing-client-1 | See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. integration-testing-client-1 | ``` updating to use `license_files` instead.
1 parent ff00606 commit 38c93f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author = Michael Marchetti
66
author_email = mike@posit.co
77
description = Python integration with Posit Connect
88
license = GPL-2.0
9-
license_file = LICENSE.md
9+
license_files = LICENSE.md
1010
long_description = file:README.md
1111
long_description_content_type = text/markdown
1212
name = rsconnect_python

0 commit comments

Comments
 (0)