Skip to content

Commit

Permalink
Merge pull request #561 from GoogleCloudPlatform/migrate_setup
Browse files Browse the repository at this point in the history
Migrate setup to pyproject.toml
  • Loading branch information
takumiohym authored Dec 17, 2024
2 parents 45ca25e + 8683755 commit be147b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "asl"
version = "0.1"
dynamic = ["dependencies"]

[build-system]
requires = ["setuptools >= 64"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages]
find = {}
15 changes: 0 additions & 15 deletions setup.py

This file was deleted.

0 comments on commit be147b4

Please sign in to comment.