forked from lda-project/lda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (38 loc) · 1.07 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
42
43
[metadata]
name = lda
summary = Topic modeling with latent Dirichlet allocation
description-file =
README.rst
author = lda developers
author-email = [email protected]
classifier =
Development Status :: 4 - Beta
Intended Audience :: Information Technology
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Programming Language :: C
Programming Language :: Cython
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
[files]
packages = lda
[extension=lda._lda]
sources =
lda/_lda.c
lda/gamma.c
[sdist]
pre-hook.sdist_pre_hook = lda._setup_hooks.sdist_pre_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html