Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NGhostClub committed Jul 13, 2023
1 parent a8e102a commit 62db355
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
license_file = LICENSE
name = gcp_ng_helpers
version = 0.0.11
version = 0.0.12
author = Dmitriy Tischenko aka NGhost
author_email = nghostik@gmail.com
description = Various helper functions for Google Cloud services
Expand All @@ -19,14 +19,15 @@ classifiers =

[options]
packages =
gcp_helpers
gcp_helpers.functions
gcp_helpers.cloud_tasks
gcp_helpers.firestore
gcp_ng_helpers
gcp_ng_helpers.functions
gcp_ng_helpers.cloud_tasks
gcp_ng_helpers.firestore
gcp_ng_helpers.common
python_requires = >=3.10
install_requires =
flask
google-cloud-tasks
google-cloud-firestore
[options.packages.find]
where = gcp_helpers
where = gcp_ng_helpers

0 comments on commit 62db355

Please sign in to comment.