workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
310 stars 59 forks source link

Migrate setup.py → pyproject.toml #190

Open DimitriPapadopoulos opened 1 year ago

DimitriPapadopoulos commented 1 year ago

See PEP 621 and PEP 518.

Keep setup.py for legacy installs. The proper way to install is now: pip install

DimitriPapadopoulos commented 1 year ago

I haven't found the time to migrate unittest to tox.

I hope unittest2, discover and tox might help.

DimitriPapadopoulos commented 9 months ago

For now, run python test_suite.py directly instead of python setup.py test.