Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoldF committed Dec 5, 2024
1 parent c2a215a commit 378dcee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from setuptools import setup, find_packages

setup(
name="my_package",
version="0.1.0",
packages=find_packages(),
install_requires=[], # Add dependencies here
)

0 comments on commit 378dcee

Please sign in to comment.