CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 0 forks source link

[ENHANCEMENT] Unify Config Files #16

Closed gregbell26 closed 1 year ago

gregbell26 commented 1 year ago

Description

Issue

Currently we have 3 different config files. PEP-518 recommends using a pyproject.toml.

Suggestion

Migrate all config to pyproject.toml

Acceptance Criteria