Skip to content

Commit

Permalink
modernize setup with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
takumiohym committed Dec 16, 2024
1 parent d4870ca commit 8683755
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 8683755

Please sign in to comment.