mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 05:12:58 +00:00
upload wheel
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
.idea
|
||||
.idea
|
||||
**/*.whl
|
||||
*.egg-info
|
||||
@@ -1,12 +1,12 @@
|
||||
[project]
|
||||
name = "lancedb"
|
||||
version = "0.0.1"
|
||||
dependencies = ["pylance"]
|
||||
description = "lancedb"
|
||||
authors = [
|
||||
{ name = "Lance Devs", email = "dev@eto.ai" },
|
||||
]
|
||||
license = { file = "LICENSE" }
|
||||
repository = "https://github.com/eto-ai/lancedb"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
keywords = [
|
||||
@@ -16,12 +16,6 @@ keywords = [
|
||||
"arrow",
|
||||
"data-analytics"
|
||||
]
|
||||
categories = [
|
||||
"database-implementations",
|
||||
"data-structures",
|
||||
"development-tools",
|
||||
"science"
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Environment :: Console",
|
||||
@@ -38,10 +32,13 @@ classifiers = [
|
||||
"Topic :: Scientific/Engineering",
|
||||
]
|
||||
|
||||
[tool.maturin]
|
||||
python-source = "lancedb"
|
||||
[project.urls]
|
||||
repository = "https://github.com/eto-ai/lancedb"
|
||||
|
||||
[project.optional-dependencies]
|
||||
tests = [
|
||||
"pytest",
|
||||
]
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
Reference in New Issue
Block a user