Skip to content

Commit 5e70d1f

Browse files
committed
fix: let me push omg
1 parent 6fa42c3 commit 5e70d1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

config/generation.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ export const patterns = [
127127
'!tests/output/python/**/__init__.py',
128128
'tests/output/python/requirements.txt',
129129

130+
'docs/guides/python/**',
131+
'!docs/guides/python/pyproject.toml',
132+
130133
// Ruby
131134
'!clients/algoliasearch-client-ruby/**',
132135
'clients/algoliasearch-client-ruby/Gemfile.lock',

docs/guides/python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tool.poetry]
2-
name = "snippets"
2+
name = "guides"
33
version = "0.0.1"
4-
description = "snippets for the python api client"
4+
description = "guides for the python api client"
55
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
homepage = "https://www.algolia.com"
88
repository = "https://github.com/algolia/api-clients-automation"
9+
package-mode = false
910

1011
[tool.poetry.dependencies]
1112
python = "^3.8.1"

0 commit comments

Comments
 (0)