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()
|