ampledata / kiss

A pure-Python implementation of the KISS Protocol for communicating with serial TNC devices for use with Amateur Radio.
Other
84 stars 35 forks source link

Kiss package uploaded to pypi is missing vital bits #2

Closed PaulMcMillan closed 10 years ago

PaulMcMillan commented 10 years ago

It would appear (based on the tar.gz from pypi) that something's messed up in either your setup.py or the procedure you used to upload to pypi. The "kiss" folder is missing, and so when you pip install it, it is not possible to import kiss.

ampledata commented 10 years ago

Thanks Paul, I'll check it out!

-g

On Tue, Mar 4, 2014 at 7:01 PM, Paul McMillan notifications@github.comwrote:

It would appear (based on the tar.gz from pypi) that something's messed up in either your setup.py or the procedure you used to upload to pypi. The "kiss" folder is missing, and so when you pip install it, it is not possible to import kiss.

Reply to this email directly or view it on GitHubhttps://github.com/ampledata/kiss/issues/2 .

Greg Albrecht gba@onbeep.com 310-621-9598 Cofounder & CTO, OnBeep, Inc. http://get.onbeep.com

ampledata commented 10 years ago

I believe this is fixed in 2.0.1, along with including your prior pull request. Thanks!