-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (31 loc) · 895 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
[metadata]
# replace with your username:
name = snowpipe-cli
version = 0.0.2-rc.4
author = Daniel Pierce
author_email = [email protected]
description = A CLI utility for Snowflake Snowpipe REST APIs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/phdata/snowpipe-cli
project_urls =
Bug Tracker = https://github.com/phdata/snowpipe-cli/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
PyYAML~=5.4.1
snowflake-ingest~=1.0.3
cryptography>=3.4.7,<43.1.0
snowflake-connector-python>=2.4.2,<3.13.0
[options.entry_points]
console_scripts =
snowpipe = snowpipe_cli.snowpipe:cli
[options.packages.find]
where = src