b819afec39
This gets us: - Automatic changelog - Automatic authors list - Automatic git version management
11 lines
254 B
Python
11 lines
254 B
Python
#!/usr/bin/env python
|
|
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
|
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
|
# Copyright (C) 2015 Tobias Gruetzmacher
|
|
|
|
from setuptools import setup
|
|
|
|
setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True,
|
|
)
|