forked from remimorvan/knowledge-clustering
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (38 loc) · 1 KB
/
setup.cfg
File metadata and controls
42 lines (38 loc) · 1 KB
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
[metadata]
name = knowledge-clustering
version = attr: knowledge_clustering._version.VERSION
author = Rémi Morvan
author_email = remi@morvan.xyz
description = Automated notion clustering for the knowledge LaTeX package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/remimorvan/knowledge-clustering
project_urls =
Bug Tracker = https://github.com/remimorvan/knowledge-clustering/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords =
knowledge :: latex :: clustering
[options]
packages = find:
python_requires = >=3.9
install_requires =
click
click_default_group
numpy==1.26.4 # nltk requires numpy < 2.0
nltk
spacy
toposort
unidecode
requests
[options.package_data]
* = data/*
[options.entry_points]
console_scripts =
knowledge = knowledge_clustering.scripts.app:cli
[options.extras_require]
tests =
pytest
filecmp