rm setup.py, use pyproject.toml

main
Jeff Moe 2023-11-25 09:55:42 -07:00
parent 46216ab9ef
commit a898bcaae3
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
from setuptools import setup, find_packages
setup(
name="the_stack_licenses",
version="0.0.5",
packages=find_packages(),
py_modules=["the_stack_licenses"],
install_requires=[
# List of dependencies
],
scripts=["the_stack_licenses.py"],
)