mirror of
https://github.com/sherlock-project/sherlock
synced 2026-05-26 20:49:17 +00:00
9 lines
136 B
Python
9 lines
136 B
Python
#!/usr/bin/env python3
|
|
|
|
"""Sometimes required for rpm spec - particularly when using pyp2rpm
|
|
"""
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|