Skip to content

Commit

Permalink
Switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 12, 2024
1 parent 07a86bf commit c412673
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions web-apps/utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
name = "utils"
version = "0.0.1"
dependencies = [
"pydantic",
"structlog",
]
9 changes: 2 additions & 7 deletions web-apps/utils/setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from setuptools import setup, find_packages
from setuptools import setup

setup(
name='web-app-utils',
version='0.0.1',
py_modules=["utils"],
requires=["pydantic"]
)
setup()

0 comments on commit c412673

Please sign in to comment.