Sign in
apache
/
hamilton
/
refs/heads/build-from-function-changes
/
.
/
examples
/
aws
/
glue
/
app
/
setup.py
blob: 839975b92c173f8f1a6b52cb33279eb5afef6d3b [
file
]
from
setuptools
import
setup
setup
(
name
=
"hamilton_functions"
,
version
=
"0.1"
,
packages
=[
"hamilton_functions"
])