put readme in long_description in setup.py
1 file changed
tree: c628b2cc1581dcc1b4b10f23e0d3416004cb8d8d
  1. .gitignore
  2. LICENSE
  3. MANIFEST.in
  4. README.md
  5. setup.py
  6. toml.py
README.md

TOML

See also https://github.com/mojombo/toml

Python module which parses and emits TOML.

Released under the MIT license.

Current Version of the Specification

https://github.com/mojombo/toml/blob/e3656ad493400895f4460f1244a25f8f8e31a32a/README.md

TO DO

-Write a function to emit toml.

-Make sure the parser keeps up with the spec as it evolves.