sergedomk / fiql_parser

Python parser for the Feed Item Query Language (FIQL)
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Version 0.13 has packaging problem #1

Closed gbenson-wikia closed 8 years ago

gbenson-wikia commented 8 years ago

0.12 installs just fine via pip, but version 0.13 doesn't actually install a working egg - probably just a dumb packaging config typo. ;)

Steps to reproduce: 1) in a clean virtualenv: $ pip install fiql-parser 2) python 3) >>> import fql_parser

Expected result: Module should be imported

Actual result: Unknown module error

sergedomk commented 8 years ago

Updated packaging code and uploaded 0.14 to pypi.