Fedeproxy-git-ActivityPub-r.../setup.py

9 lines
104 B
Python
Raw Normal View History

2021-01-18 14:20:24 +01:00
#!/usr/bin/env python
from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
)