1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 03:20:17 +01:00
Files
pygtktalog/setup.py
gryf a1a17158bb Moved pygtktalog to pycatalog.
Also, clean up setup things and imports.
2022-09-25 15:59:41 +02:00

6 lines
100 B
Python
Executable File

#!/usr/bin/env python
import setuptools
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)