Skip to content

Commit

Permalink
Merge pull request #65 from ax3l/setuptools-cfg
Browse files Browse the repository at this point in the history
setuptools: license_files
  • Loading branch information
AngelFP authored Feb 27, 2024
2 parents 5966743 + ea7533a commit d1776cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url = https://github.com/AngelFP/VisualPIC
author = Angel Ferran Pousa
author_email = angel.ferran.pousa@desy.de,
license = GPLv3
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Expand Down

0 comments on commit d1776cf

Please sign in to comment.