Skip to content

Commit e285a0e

Browse files
committedDec 27, 2023
added description
1 parent 0941c75 commit e285a0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
"""
2+
should later be used for packaging
3+
"""
4+
15
from setuptools import setup, find_packages
26

37
setup(
48
name="simple-cross-platfrom-stack",
59
version="0.1",
610
packages=find_packages(),
711
scripts=["scripts/frontend/main.py"]
8-
)
12+
)

0 commit comments

Comments
 (0)