Skip to content
Snippets Groups Projects
Commit 0448ea9c authored by Blaß, Michael's avatar Blaß, Michael :speech_balloon:
Browse files

Updated setup process.

parent e708d1d7
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
...@@ -10,9 +10,8 @@ keywords = hmm, som, comsar, music, analysis ...@@ -10,9 +10,8 @@ keywords = hmm, som, comsar, music, analysis
classifiers = classifiers =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering Topic :: Scientific/Engineering
Topic :: Database Topic :: Database
...@@ -22,16 +21,9 @@ classifiers = ...@@ -22,16 +21,9 @@ classifiers =
License :: OSI Approved :: BSD License License :: OSI Approved :: BSD License
[options] [options]
zip_safe = True zip_safe = False
include_package_data = True include_package_data = False
packages = find: packages = find:
scripts = scripts/comsar
setup_requires = numpy
install_requires = install_requires =
numpy numpy
scipy >= "0.19.0" pandas
matplotlib >= "2"
pandas >= "0.20"
setuptools >= "40.0.0"
sklearn >= "0.20"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment