sherlock/setup.py

9 lines
136 B
Python
Raw Normal View History

2024-05-12 03:06:52 +00:00
#!/usr/bin/env python3
"""Sometimes required for rpm spec - particularly when using pyp2rpm
"""
from setuptools import setup
setup()