hadialqattan / pycln

A formatter for finding and removing unused import statements.

Home Page:https://hadialqattan.github.io/pycln

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.3.0 is broken please upgrade to 1.3.1

hadialqattan opened this issue · comments

Version 1.3.0 is broken please upgrade to 1.3.1 ...

Wait what?!
I've added a new directory outside the pycln/ directory called vendor/, and I forgot to include it in the final distribution.

Then what?
Pycln v1.3.0 worked properly (locally) because the vendor/ directory exists on my machine.

Aha, tell more!
As soon as I had published v1.3.0 I realized that the vendor/ directory wasn't included in the final distribution.

What does that mean?
Whenever I run Pycln v1.3.0, which was installed via pip, it crashes with a No module named 'vendor' error making v1.3.0 unusable!

At the end of this kinda sad story, I apologize for releasing a broken release!