rdemaria / pytimber

Python Wrapping of CALS API
12 stars 23 forks source link

Installation from PyPI does not register with cmmnbuild-dep-manager #40

Closed levens closed 7 years ago

levens commented 7 years ago

Installation from PyPI does not register pytimber with cmmnbuild-dep-manager as the wheel does not include the custom install command. I will look if there is a way around this.

rdemaria commented 7 years ago

what if one uses the standard tar.gz instead of the wheel?

On Thu, Mar 23, 2017 at 5:21 PM, Tom Levens notifications@github.com wrote:

Installation from PyPI does not register pytimber with cmmnbuild-dep-manager as the wheel does not include the custom install command. I will look if there is a way around this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdemaria/pytimber/issues/40, or mute the thread https://github.com/notifications/unsubscribe-auth/AADUYZzUUttfIb3Os9dpL1qC1LUN2xVqks5ropwBgaJpZM4MnANg .

levens commented 7 years ago

Yes, that seems to work. I have created PR #41 to remove the bdist_wheel option from the release script so that we only upload a sdist to PyPI.