uipath 2.1.15__py3-none-any.whl → 2.1.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- uipath/_cli/_utils/_project_files.py +2 -0
- {uipath-2.1.15.dist-info → uipath-2.1.16.dist-info}/METADATA +1 -1
- {uipath-2.1.15.dist-info → uipath-2.1.16.dist-info}/RECORD +6 -6
- {uipath-2.1.15.dist-info → uipath-2.1.16.dist-info}/WHEEL +0 -0
- {uipath-2.1.15.dist-info → uipath-2.1.16.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.15.dist-info → uipath-2.1.16.dist-info}/licenses/LICENSE +0 -0
@@ -329,6 +329,8 @@ def files_to_include(
|
|
329
329
|
file_extensions_included.extend(settings["fileExtensionsIncluded"])
|
330
330
|
if "filesIncluded" in settings:
|
331
331
|
files_included.extend(settings["filesIncluded"])
|
332
|
+
if directories_to_ignore is None:
|
333
|
+
directories_to_ignore = []
|
332
334
|
|
333
335
|
def is_venv_dir(d: str) -> bool:
|
334
336
|
"""Check if a directory is a Python virtual environment.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.16
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
@@ -60,7 +60,7 @@ uipath/_cli/_utils/_folders.py,sha256=UVJcKPfPAVR5HF4AP6EXdlNVcfEF1v5pwGCpoAgBY3
|
|
60
60
|
uipath/_cli/_utils/_input_args.py,sha256=pyQhEcQXHdFHYTVNzvfWp439aii5StojoptnmCv5lfs,4094
|
61
61
|
uipath/_cli/_utils/_parse_ast.py,sha256=A-QToBIf-oP7yP2DQTHO6blkk6ik5z_IeaIwtEWO4e0,19516
|
62
62
|
uipath/_cli/_utils/_processes.py,sha256=q7DfEKHISDWf3pngci5za_z0Pbnf_shWiYEcTOTCiyk,1855
|
63
|
-
uipath/_cli/_utils/_project_files.py,sha256
|
63
|
+
uipath/_cli/_utils/_project_files.py,sha256=-zwoPePypqMvC-UxuoGuTGWn3dTP0EYUIz-mfQrgDyg,12742
|
64
64
|
uipath/_cli/_utils/_studio_project.py,sha256=iVcCm-aps-EQ7Pym_OWGOA48xeDigzcofUxXKy29x6U,13727
|
65
65
|
uipath/_cli/_utils/_tracing.py,sha256=2igb03j3EHjF_A406UhtCKkPfudVfFPjUq5tXUEG4oo,1541
|
66
66
|
uipath/_cli/_utils/_uv_helpers.py,sha256=6SvoLnZPoKIxW0sjMvD1-ENV_HOXDYzH34GjBqwT138,3450
|
@@ -114,8 +114,8 @@ uipath/tracing/_traced.py,sha256=qeVDrds2OUnpdUIA0RhtF0kg2dlAZhyC1RRkI-qivTM,185
|
|
114
114
|
uipath/tracing/_utils.py,sha256=ZeensQexnw69jVcsVrGyED7mPlAU-L1agDGm6_1A3oc,10388
|
115
115
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
116
116
|
uipath/utils/_endpoints_manager.py,sha256=hiGEu6vyfQJoeiiql6w21TNiG6tADUfXlVBimxPU1-Q,4160
|
117
|
-
uipath-2.1.
|
118
|
-
uipath-2.1.
|
119
|
-
uipath-2.1.
|
120
|
-
uipath-2.1.
|
121
|
-
uipath-2.1.
|
117
|
+
uipath-2.1.16.dist-info/METADATA,sha256=w5YuTHYxqG0i1zve0oynlUDCUtUjdyGcH8YQzVngBVg,6367
|
118
|
+
uipath-2.1.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
119
|
+
uipath-2.1.16.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
120
|
+
uipath-2.1.16.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
121
|
+
uipath-2.1.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|