mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
8 lines
136 B
Python
8 lines
136 B
Python
#!/usr/bin/env python3
|
|
|
|
"""Sometimes required for rpm spec - particularly when using pyp2rpm
|
|
"""
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|