mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-25 21:30:24 +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()
|