forked from ga4gh/gks-metaschema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (36 loc) · 1.05 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
[metadata]
name = ga4gh.gks.metaschema
version = 0.3.0b9
author = Alex Wagner, PhD
author_email = [email protected]
description = GA4GH Genomic Knowledge Standards meta-schema tools
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ga4gh/gks-metaschema
project_urls =
Bug Tracker = https://github.com/ga4gh/gks-metaschema/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find_namespace:
python_requires = >=3.12
scripts =
src/ga4gh/gks/metaschema/scripts/jsy2js.py
src/ga4gh/gks/metaschema/scripts/source2jsy.py
src/ga4gh/gks/metaschema/scripts/y2t.py
src/ga4gh/gks/metaschema/scripts/source2mergedjsy.py
src/ga4gh/gks/metaschema/scripts/source2splitjs.py
src/ga4gh/gks/metaschema/scripts/source2classes.py
install_requires =
inflector
pyyaml
pytest
setup_requires =
build
twine
[options.packages.find]
where = src