forked from project-alvarium/alvarium-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (21 loc) · 630 Bytes
/
Copy pathsetup.cfg
File metadata and controls
23 lines (21 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = alvarium-sdk
version = 0.0.1
author = Alvarium org
description = Python implementation of the Alvarium sdk
long_description = file: README.md
long_description_content_type = text/markdown
url = https://eos2git.cec.lab.emc.com/octo-dcf/alvarium-sdk-python
project_urls =
Bug Tracker = https://eos2git.cec.lab.emc.com/octo-dcf/alvarium-sdk-python/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src