mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
6 lines
100 B
Python
Executable File
6 lines
100 B
Python
Executable File
#!/usr/bin/env python
|
|
import setuptools
|
|
|
|
|
|
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)
|