Skip to content

Commit

Permalink
include license in pyproject (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gblackadder authored Jan 29, 2025
1 parent c0dbdb6 commit 9dc4747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "metadataschemas"
version = "0.1.0"
version = "0.1.1"
description = "A library of metadata schemas for documents, geospatial, image, indicator (timeseries), microdata (ddi), script, table and video data"
authors = ["Mehmood Asghar <[email protected]>", "Gordon Blackadder <[email protected]>"]
readme = "README.md"
license = "MIT"
packages = [
{ include = "*_schema.py", from = "pydantic_schemas", to = "metadataschemas"},
{ include = "metadata_manager.py", from = "pydantic_schemas", to = "metadataschemas"},
Expand Down

0 comments on commit 9dc4747

Please sign in to comment.