Skip to content

Commit f1b9b0a

Browse files
committed
[GEOPY-2547] use project.license-files to publish license files and related
then poetry.include is not needed for those
1 parent 9487a0e commit f1b9b0a

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ name = "mira-omf"
1616
requires-python = ">=3.10,<4.0"
1717
description = "API Library for Open Mining Format"
1818
license = "MIT"
19+
license-files = [
20+
"LICENSE",
21+
"THIRD_PARTY_SOFTWARE.rst",
22+
]
1923
keywords = ["geology", "geophysics", "earth sciences"]
2024
readme = "README.rst"
2125
dynamic = ["version", "dependencies", "classifiers"]
@@ -55,11 +59,6 @@ packages = [
5559
]
5660

5761
include = [
58-
{ path = "COPYING" },
59-
{ path = "COPYING.LESSER" },
60-
{ path = "LICENSE" },
61-
{ path = "THIRD_PARTY_SOFTWARE.rst" },
62-
{ path = "docs/**/THIRD_PARTY_SOFTWARE.rst" },
6362
{ path = "omf/_version.py", format = ["sdist", "wheel"] },
6463
]
6564
version = "0.0.0.dev0"

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: "mira-omf"
5-
version: "0.0.0.dev0" # This will be replaced by the actual version in the build process
5+
version: "3.3.2.dev84+b9c353a" # This will be replaced by the actual version in the build process
66
python_min: "3.10"
77

88
package:

0 commit comments

Comments
 (0)