forked from vi3k6i5/GuidedLDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (44 loc) · 1.28 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
44
45
46
47
48
49
50
[metadata]
name = guidedlda
summary = Topic modeling with Guided latent Dirichlet allocation
description_file =
README.rst
author = Vikash Singh (vi3k6i5)
author_email = [email protected]
version = 2.0
classifier =
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
[options]
install_requires =
numpy
[files]
packages = guidedlda
[extension=guidedlda._guidedlda]
sources =
guidedlda/_guidedlda.c
guidedlda/gamma.c
#[sdist]
#pre_hook.sdist_pre_hook = guidedlda._setup_hooks.sdist_pre_hook
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = docs/build/html