Skip to content

Commit

Permalink
Create installable Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscozdo committed Jan 17, 2024
1 parent ddb3bd1 commit 56c81c5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions kftlib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "kftlib"
version = "0.0.1"
dependencies = [
"pyelftools == 0.30",
]

[tool.setuptools.packages.find]
include = ["kftlib"]

0 comments on commit 56c81c5

Please sign in to comment.