dosage/setup.py

12 lines
254 B
Python
Raw Normal View History

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