dosage/setup.py

12 lines
254 B
Python
Raw Normal View History

2012-06-20 19:58:13 +00:00
#!/usr/bin/env python
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
2014-01-05 15:50:57 +00:00
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015 Tobias Gruetzmacher
2013-03-16 16:19:36 +00:00
from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
2012-06-20 19:58:13 +00:00
)