Skip to content

Commit

Permalink
Attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Oct 12, 2023
1 parent 4151ca3 commit 5c1420e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[build-system]
requires = ["setuptools >= 66", "wheel"]
requires = ["setuptools >= 68", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["riid"]
[tool.setuptools.packages.find]
include = ["riid*"]
namespaces = false

[tool.setuptools.package-data]
"riid.gadras.api_schema" = ["riid/gadras/api_schema.json"]

[project]
name = "riid"
Expand Down

0 comments on commit 5c1420e

Please sign in to comment.