Init minimum installable package
This commit is contained in:
parent
2adc7c808e
commit
3dd4909827
1
intake/__init__.py
Normal file
1
intake/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
HELLO = "WORLD"
|
1
intake/__main__.py
Normal file
1
intake/__main__.py
Normal file
@ -0,0 +1 @@
|
||||
print("hello world")
|
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[project]
|
||||
name = "intake"
|
||||
version = "0.0.1"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["intake"]
|
Loading…
Reference in New Issue
Block a user