Skip to content

Commit

Permalink
Added setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiboldeanu committed Sep 4, 2023
1 parent 448b3e7 commit 65684c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import find_packages, setup

setup(
name="your_package_name",
version="0.1",
packages=find_packages(),
install_requires=[
# List your project dependencies here
],
)

0 comments on commit 65684c5

Please sign in to comment.