Skip to content

Commit

Permalink
setuptools config
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-medeiros committed Oct 16, 2024
1 parent 3f8a667 commit a34a8d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "lang-sam"
version = "0.1.0"
Expand All @@ -12,13 +16,9 @@ dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["lang_sam"]
include_package_data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["lang_sam"]

[tool.ruff]
target-version = "py311"
Expand Down

0 comments on commit a34a8d4

Please sign in to comment.