summaryrefslogtreecommitdiff
path: root/setup.py
blob: 8770a015607cc3a25e07fabde8389c0a5387af27 (plain)
1
2
3
4
5
6
7
from setuptools import setup

setup(
    setup_requires=['pbr'],
    pbr=True,
    long_description_content_type="text/markdown"
)