Skip to content

Commit f80fe4b

Browse files
Debugging deployment.
SetuptoolsDeprecationWarning: Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
1 parent 860b630 commit f80fe4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ recursive-include src *.yml
22
recursive-include src *.yaml
33
recursive-include src *.ico
44
recursive-include src *.png
5-
include VERSION
5+
include src/navigate/VERSION

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "navigate-micro"
77
description = "Open source, smart, light-sheet microscopy control software."
88
authors = [{name = "The Dean Lab, UT Southwestern Medical Center"}]
99
readme = "README.md"
10-
license = {file = "LICENSE.md"}
10+
license-files = ["LICENSE.md"]
1111
dynamic = ["version"]
1212
classifiers = [
1313
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)