1
0
mirror of https://github.com/sherlock-project/sherlock synced 2026-05-26 19:24:38 +00:00
Files
sherlock/setup.py
T
2024-05-11 23:07:57 -04:00

9 lines
136 B
Python

#!/usr/bin/env python3
"""Sometimes required for rpm spec - particularly when using pyp2rpm
"""
from setuptools import setup
setup()