Remove setup.[cfg|py]

This commit is contained in:
Paul Pfeister 2024-05-16 00:06:49 -04:00
parent de8ebb1577
commit b2a69b5198
2 changed files with 0 additions and 12 deletions

View file

@ -1,4 +0,0 @@
[metadata]
name = Sherlock
author = Sherlock Project
url = http://sherlock-project.github.io/

View file

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