diff --git a/pyproject.toml b/pyproject.toml index 43cbcc6..c7457aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "llments" @@ -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", @@ -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"} \ No newline at end of file