We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24d520 commit a697da4Copy full SHA for a697da4
setup.py
@@ -0,0 +1,7 @@
1
+from setuptools import setup, find_packages
2
+
3
+setup(
4
+ name="your_package_name",
5
+ version="0.1.0",
6
+ packages=find_packages(include=['app', 'docker', 'configs']),
7
+)
0 commit comments