Skip to content

Commit

Permalink
packaging (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 authored Apr 1, 2024
1 parent 3b68bb0 commit 798352f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]

[project]
authors = [{ email = "[email protected]", name = "Allen Goodman" }]
dynamic = ["version"]
license = { file = "LICENSE" }
name = "beignet"
requires-python = ">=3.10"

[tool.setuptools_scm]
Empty file added src/beignet/__init__.py
Empty file.

0 comments on commit 798352f

Please sign in to comment.