aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorpiotr <nwg.piotr@gmail.com>2024-04-27 00:40:28 +0200
committerpiotr <nwg.piotr@gmail.com>2024-04-27 00:40:28 +0200
commit873ee4774e4a39dfff906db57e57b2e7597083db (patch)
tree11e9d5290b37425374916797dca82f5a9889c6d6 /setup.cfg
parentbf94d97e51bc0fc136c831d5fc4b521b9523470d (diff)
downloadautotiling-873ee4774e4a39dfff906db57e57b2e7597083db.tar.gz
license_file -> license_files #53
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9058d49..bdff8d8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,8 @@ project_urls =
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0-or-later
-license_file = LICENSE
+license_files =
+ LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)