watercompany / chiapos

Chia Proof of Space library
Apache License 2.0
4 stars 4 forks source link

Delete all python code from the build system process #11

Closed SkycoinSynth closed 3 years ago

SkycoinSynth commented 3 years ago

Any part of the cmake process that deals with .py or python files, needs to be removed and deleted.

Then after that is done, we will delete all the .py and python files from the repo.

Sameeranjoshi commented 3 years ago

It's mostly https://github.com/pybind/pybind11.git related stuff. Delete this?

And a quick check shows python files as

find . -name "*.py"
./tests/test_python_bindings.py
./tests/plot-resources.py
./tests/__init__.py
./tools/parse_disk.py
./setup.py
SkycoinSynth commented 3 years ago

Done. Should be deleted now.