Skip to content

Commit

Permalink
Use license_files insted of license_file in setup.cfg. Closes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Oct 17, 2023
1 parent 99c0450 commit 01f2c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description = QR Code and Micro QR Code generator for Python 2 and Python 3
long_description = file: README.rst, CHANGES.rst
long_description_content_type= text/x-rst
license = BSD-3-Clause
license_file = LICENSE
llicense_files = LICENSE
author = Lars Heuer
author_email = heuer@semagia.com
platform = any
Expand All @@ -51,6 +51,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Multimedia :: Graphics
Topic :: Printing
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 01f2c37

Please sign in to comment.