upload wheel

This commit is contained in:
Chang She
2023-03-17 18:29:10 -07:00
parent 22ebb9c00c
commit 7eb56eccb7
2 changed files with 10 additions and 11 deletions

4
.gitignore vendored
View File

@@ -1 +1,3 @@
.idea
.idea
**/*.whl
*.egg-info

View File

@@ -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"]