mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
Update project name from dejavu to PyDejavu
This commit is contained in:
parent
4d2b91b052
commit
150248cbcd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ def parse_requirements(requirements):
|
|||
reqs = filter((lambda x: x), nocomments)
|
||||
return reqs
|
||||
|
||||
PACKAGE_NAME = "dejavu"
|
||||
PACKAGE_NAME = "PyDejavu"
|
||||
PACKAGE_VERSION = "0.1"
|
||||
SUMMARY = 'Dejavu Audio Fingerprinting'
|
||||
DESCRIPTION = """Dejavu Audio Fingerprinting"""
|
||||
|
|
Loading…
Reference in a new issue