mirror of
https://github.com/gryf/pywmtemp.git
synced 2025-12-18 11:40:17 +01:00
5 lines
78 B
Python
5 lines
78 B
Python
import setuptools
|
|
|
|
|
|
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)
|