Skip to content

Commit

Permalink
Merge pull request #9 from neulab/pypi-deploy
Browse files Browse the repository at this point in the history
prepare package for pypi deployment
  • Loading branch information
neubig authored Feb 23, 2024
2 parents 17c7ae0 + 426c100 commit feba921
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "llments"
Expand All @@ -10,11 +10,12 @@ authors = [
description = "llments"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
dependencies = [
"pandas",
Expand All @@ -26,5 +27,8 @@ dev = [
"pre-commit"
]

[project.urls]
repository = "https://github.com/neulab/llments"

[tool.setuptools.dynamic]
version = {attr = "llments.version.VERSION"}
version = {attr = "llments.version.VERSION"}

0 comments on commit feba921

Please sign in to comment.