-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
39 lines (36 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
[metadata]
name = uparma
description = tba
long_description = tba
author = tba
author_email = christian@fufezan.net
url = https://github.com/uparma
license = tba
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: POSIX :: SunOS/Solaris
Operating System :: Unix
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Medical Science Apps.
[options]
packages = find_namespace:
install_requires =
pytest~=7.0
requests~=2.0
[options.package_data]
uparma = *.txt, *.json
[egg_info]
egg_base = .