Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
sf-notifier
/
e343c84e7e2f3581f85b56a60aa77bf4f00fd0a9
/
.
/
setup.py
blob: 2161faec430c835977fca1615a2dcd2db37962fa [
file
] [
log
] [
blame
]
from
distutils
.
core
import
setup
setup
(
name
=
'sf-notifier'
,
version
=
'0.1'
,
packages
=[
'sf_notifier'
],
)