Better cacerts handling · bbqstudy/python-api@89fb384 · GitHub
Skip to content

Commit 89fb384

Browse files
committed
Better cacerts handling
- setup will not compress the .egg which prevented cacerts access - new cacerts attribute in the Shotgun constructor - git will now ignore (.gitignore) structures created by easy_install
1 parent fec141c commit 89fb384

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.gitignore

Lines changed: 6 additions & 1 deletion

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
script_args=script_args,
2929
include_package_data=True,
3030
package_data={'': [ 'cacerts.txt']},
31+
zip_safe=False,
3132
)

shotgun_api3/shotgun.py

Lines changed: 10 additions & 4 deletions

0 commit comments

Comments
 (0)