make publishable
This commit is contained in:
parent
60f519c74a
commit
fd73543510
2 changed files with 22 additions and 2 deletions
|
@ -1,9 +1,19 @@
|
|||
[project]
|
||||
name = "llamacpypy"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
description = "Python bindings for llama.cpp"
|
||||
authors = [{name = "Emanuel Seemann", email = "github@emanuelseemann.ch"}]
|
||||
readme = "README.md"
|
||||
license = { file = "LICENSE" }
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: C++"
|
||||
]
|
||||
dependencies = [
|
||||
"pybind11 >= 2.10.4",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
name = "llamacpypy"
|
||||
|
@ -30,4 +40,7 @@ wheel.expand-macos-universal-tags = true
|
|||
test-command = "pytest {project}/tests"
|
||||
test-extras = ["test"]
|
||||
test-skip = ["*universal2:arm64"]
|
||||
build-verbosity = 1
|
||||
build-verbosity = 1
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/seemanne/llamacpypy"
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.9
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile pyproject.toml
|
||||
#
|
||||
pybind11==2.10.4
|
||||
# via llamacpypy (pyproject.toml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue