-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (37 loc) · 1.04 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = comsar
version = 0.0.3
description = Computational Music and Sound Archiving
long_description = file: README.md
license = BSD-3-Clause
author = Michael Blaß
author_email = mblass@posteo.net
keywords = comsar, music, analysis, ethnomusicology
project_urls =
Source code = https://github.com/ifsm/comsar
Bug tracker = https://github.com/ifsm/comsar/issues
Documentation = http://comsar.readthedocs.io
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Topic :: Database
Topic :: Multimedia :: Sound/Audio :: Analysis
Intended Audience :: Science/Research
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
[options]
zip_safe = False
package_dir =
=src
include_package_data = False
packages = find_namespace:
python_requires >= '3.7'
install_requires =
apollon>=0.1.2.1
numpy>=1.20
pandas
[options.packages.find]
where = src