CarperAI / Code-Pile

This repository contains all the code for collecting large scale amounts of code from GitHub.
MIT License
105 stars 29 forks source link

improve buildsystem #42

Closed flowpoint closed 2 years ago

flowpoint commented 2 years ago

i think <= 3.7 would be stretching it because 3.8 had some important changes, imo

flowpoint commented 2 years ago

the stub setup.py is just apparently still needed for setuptools compatibility and wont be necessary with future setuptools versions

ncoop57 commented 2 years ago

Looks great, thanks! Gonna go ahead and merge in!

ncoop57 commented 2 years ago

@flowpoint could you give maintainers access to make changes? There are a few issues with the same test_test.py file and some of the testing framework (manually running pytest still attempts to download using s3 credentials).