Skip to content

Commit

Permalink
Use only pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 3, 2024
1 parent 66ab3b1 commit b5ccd2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 71 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
[project]
name = "optimum-tpu"
dynamic = ["version"]
authors=[
{ name = "HuggingFace Inc. Machine Learning Optimization Team", email = "hardware@huggingface.co"}
]
description = "Optimum TPU is the interface between the Hugging Face Transformers library and Google Cloud TPU devices."
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -54,6 +57,9 @@ Issues = "https://github.com/huggingface/optimum-tpu/issues"
[tool.setuptools.dynamic]
version = {attr = "optimum.tpu.__version__"}

[tool.setuptools.packages.find]
include = ["optimum.tpu"]

[tool.black]
line-length = 119
target-version = ['py38']
Expand Down
71 changes: 0 additions & 71 deletions setup.py

This file was deleted.

0 comments on commit b5ccd2c

Please sign in to comment.