Skip to content
Snippets Groups Projects
Commit 2a19fec7 authored by ale's avatar ale
Browse files

remove primitive mood extraction features, they are not working properly right now

parent 12d21cab
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,6 @@
from setuptools import setup, find_packages, Extension
mood_module = Extension(
'djrandom.mood._marsyas_c_utils',
sources=['djrandom/mood/marsyas_c_utils_wrap.cc',
'djrandom/mood/marsyas_c_utils.cc'],
libraries=['marsyas'],
)
setup(
name="djrandom",
version="0.1",
......@@ -20,7 +13,6 @@ setup(
setup_requires=[],
zip_safe=False,
packages=find_packages(),
ext_modules=[mood_module],
entry_points={
"console_scripts": [
"djrandom-receiver = djrandom.receiver.receiver:main",
......@@ -32,9 +24,6 @@ setup(
"djrandom-update-markov = djrandom.model.markov:main",
"djrandom-metadata-fixer = djrandom.metadata_fixer.metadata_fixer:main",
"djrandom-solr-fixer = djrandom.model.verify:main",
"djrandom-mood-scanner = djrandom.mood.mood_scanner:main",
"djrandom-mood-db = djrandom.mood.mood_db:main",
"djrandom-mood-extract-features = djrandom.mood.feature_extraction:main",
],
},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment