nazywam / AutoIt-Ripper

Extract AutoIt scripts embedded in PE binaries
MIT License
171 stars 34 forks source link

Add MANIFEST.in #10

Closed fabaff closed 3 years ago

fabaff commented 3 years ago

requirements.txt needs to part of the release tarball. Otherwise setup.py is not able to populate the install_requires.

Could you please publish a new release after merging this or tag the source?

Thanks.

nazywam commented 3 years ago

Hey! Yep, makes perfect sense. Thanks!

psrok1 commented 3 years ago

@fabaff: How did you achieve installation from source tarball? Package is pure Python, so maybe we should just use only .whl for distribution without .tar.gz?