Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[build-system]
requires = ["setuptools>=61.0", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "opk"
version = "0.0.16"
authors = [
{ name="Matteo (Matt3o) Spinelli", email="info@matt3o.com" },
]

description = "Open Programmatic Keycap"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"

classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]

dependencies = [
"cadquery==2.2.0b1",
]

[project.urls]
"Homepage" = "https://github.com/cubiq/OPK"
"Bug Tracker" = "https://github.com/cubiq/OPK/issues"
Empty file added src/__init__.py
Empty file.
File renamed without changes.