corna / me_cleaner

Tool for partial deblobbing of Intel ME/TXE firmware images
GNU General Public License v3.0
4.46k stars 277 forks source link

setup.py #168

Closed daym closed 6 years ago

daym commented 6 years ago

We've packaged me_cleaner for the Guix System Distribution. For this we always add this file to your project:

setup.py with contents:

from setuptools import setup setup(name='me_cleaner', version='whatever', scripts=['me_cleaner.py'])

Do you want to add it to your project?

corna commented 6 years ago

I've added a more complete setup.py, see the dev branch. Can you have a look?

daym commented 6 years ago

Yeah, I've read and checked it. It looks good and works fine!

Thanks!

corna commented 6 years ago

Great, I'll merge it soon into master.