shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

Fixed setup.py for installation from pypi style repositories #184

Closed ricekab closed 1 year ago

ricekab commented 6 years ago

Currently, the setup.py is setup incorrectly for installation from a PyPI style repository. These changes ensure the additional packaged files (cacerts.txt and LICENSE) are properly included.

Version is also bumped to match the actual API version. gitignore now also cover PyCharm and common virtualenv location.

Changelist

ricekab commented 3 years ago

We just use a fork for this functionality, the changes aren't that much anyway. Feel free to close this PR if you don't believe this is relevant for upstream.