Add dead simple toml parsing.

This commit is contained in:
Adithya Balaji 2020-06-13 02:57:06 -04:00
parent a7be77f761
commit 6e055c0a1b
2 changed files with 74 additions and 5 deletions

View file

@ -52,6 +52,9 @@ install_requires=
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
[options.extras_require]
toml = toml >= 0.10.1, < 0.11
[options.packages.find]
where = src