Laurent LAPORTE

Results 3 issues of Laurent LAPORTE

Hi, When installing Meza v0.41.1 on Python 2.7, the dependency "future" is not installed (but required). To reproduce (for instance on Windows but the problem is the same on Linux):...

bug
help wanted
py2

I am using [`toml`][1] v0.10.2 to parse the following `toml` file: ```toml [section] 'foo' = [ { search = '__date__ \s+ = \s+ "[^"]+"' } ] ``` The result is:...

type: bug
component: decoder
syntax: strings

Hi, I think it could be a good idea to upgrade this project in order to look like the [Python Packaging User Guide's sample project](https://github.com/pypa/sampleproject). What do you think of...