setup.cfg 576 Bytes
[metadata]
name = turnsole
version = 0.0.27
author = Kui Lyu
author_email = 9428.al@gmail.com
description = A series of convenience functions make your machine learning project easier
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Antonio-hi/turnsole
project_urls =
    Bug Tracker = https://github.com/Antonio-hi/turnsole/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
packages = find:
python_requires = >=3.6