File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " snippets "
2+ name = " guides "
33version = " 0.0.1"
4- description = " snippets for the python api client"
4+ description = " guides for the python api client"
55authors = [" Algolia Team <https://alg.li/support>" ]
66license = " MIT"
77homepage = " https://www.algolia.com"
88repository = " https://github.com/algolia/api-clients-automation"
9+ package-mode = false
910
1011[tool .poetry .dependencies ]
1112python = " ^3.8.1"
You can’t perform that action at this time.
0 commit comments