index
:
pyssg
dev
main
A Static Site Generator using markdown files.
luevano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
blob: 009dc0e11bd99fc0fdc8c74ff4fe84b799f698b1 (
plain
)
1
2
3
4
5
6
from
setuptools
import
setup
setup
(
setup_requires
=[
'pbr'
],
pbr
=
True
)