-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsetup.cfg
37 lines (36 loc) · 1.13 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
[metadata]
name = llm_defender
version = 0.1.6
author = ceterum1
author_email = [email protected]
description = This project implements the llm-defender subnet for Bittensor
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ceterum1/llm-defender-subnet
classifiers =
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
license_files = LICENSE
[options]
packages = find:
python_requires = >=3.10
install_requires =
bittensor
torch
transformers
scikit-learn
datasets
chromadb
yara-python
[options.packages.find]
include = llm_defender