forked from trigaten/The_Prompt_Report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (32 loc) · 849 Bytes
/
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
# FILEPATH: setup.cfg
[metadata]
name = prompt_systematic_review
version = 0.1.0
author = trigaten
author_email = [email protected]
description = a systematic review of prompting
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/trigaten/Prompt_Systematic_Review/
license = MIT
classifiers=
Development Status :: 1 - Planning
Environment :: Console
Intended Audience :: Science/Research
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Information Analysis
[options]
packages = find:
package_dir =
=src
include_package_data = True
install_requires =
numpy
pandas
requests
matplotlib
jellyfish
[options.packages.find]
where=src