zeio commited on
Commit
ed397a2
1 Parent(s): f99cae8

feat(setup): deleted setup script which is apparently useless

Browse files
Files changed (1) hide show
  1. setup.py +0 -9
setup.py DELETED
@@ -1,9 +0,0 @@
1
- from setuptools import setup
2
-
3
- setup(
4
- name = "baneks-speech",
5
- version = "10.10.2023",
6
- install_requires = [
7
- "music-tag==0.4.3"
8
- ]
9
- )