Kinds-of-Intelligence-CFI / animal-ai

Animal-AI supports interdisciplinary research to help better understand human, animal, and artificial cognition.
https://sites.google.com/csah.cam.ac.uk/animalai/
Apache License 2.0
55 stars 9 forks source link

Remove .egg from version control. #31

Closed wschella closed 1 year ago

wschella commented 1 year ago

As far as I know, this should not be committed to version control. It might also be interfering with normal collection of sources. As far as I know, we don't do anything special, and everything should be possible to specify in setup.py.

alhasacademy96 commented 1 year ago

@kozzy97 has this been resolved?

kozzy97 commented 1 year ago

Not yet, I can do it now.

kozzy97 commented 1 year ago

I've removed the egg and added a gitignore for future builds in this commit 28faa8529d8ef255acd3ab3b262e85e60264abe8.

Maybe we need to consider moving to a .toml or a .whl to build some of the scripts? Relatedly, I have access to the PyPI package now, so we should update that too.