mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-28 17:04:11 +02:00
remove osc_hotshot.py
osc_hotshot.py is long time untouched and broken thus I assume it is safe to be removed fixes issue #400
This commit is contained in:
2
setup.py
2
setup.py
@@ -109,7 +109,7 @@ setup(name='osc',
|
||||
url = 'http://en.opensuse.org/openSUSE:OSC',
|
||||
download_url = 'https://github.com/openSUSE/osc',
|
||||
packages = ['osc', 'osc.util'],
|
||||
scripts = ['osc_hotshot.py', 'osc-wrapper.py'],
|
||||
scripts = ['osc-wrapper.py'],
|
||||
data_files = data_files,
|
||||
|
||||
# Override certain command classes with our own ones
|
||||
|
Reference in New Issue
Block a user