Skip to content

Commit

Permalink
v0.0.2, removed commented parts from toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mtangaro committed Dec 18, 2023
1 parent 6ea8c38 commit faf3b18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyluks"
version = "0.0.2beta4"
version = "0.0.2"
authors = [
{ name="Daniele Colombo", email="[email protected]" },
{ name="Marco Antonio Tangaro", email="[email protected]" },
Expand All @@ -30,12 +30,8 @@ dependencies = [
]

[tool.setuptools]
#package_dir = {"" = "src"}
script-files = ["bin/fastluks", "bin/luksctl", "bin/luksctl_api"]

#[tool.setuptools.packages]
#find = {}

[tool.setuptools.packages.find]
where = ["src"]

Expand Down

0 comments on commit faf3b18

Please sign in to comment.