Skip to content

Commit

Permalink
chore: setup-cfg-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexSeek committed Sep 2, 2023
1 parent 977bc60 commit 653f5a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[metadata]
name = schemachange
version = 3.5.4
author = jamesweakley/jeremiahhansen
description = A Database Change Management tool for Snowflake
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Snowflake-Labs/schemachange
author = jamesweakley/jeremiahhansen
license = Apache-2.0
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only

[options]
packages = schemachange
python_requires = >=3.7
install_requires =
snowflake-connector-python>=2.8,<4.0
jinja2~=3.0
pandas~=1.3
pyyaml~=6.0
jinja2~=3.0
snowflake-connector-python>=2.8,<4.0
python_requires = >=3.8
include_package_data = True

[options.entry_points]
console_scripts =
schemachange = schemachange.cli:main


[options.extras_require]
dev =
pytest

0 comments on commit 653f5a5

Please sign in to comment.