Wade Zhang

Results 6 comments of Wade Zhang

Yes, `RawConfigParser` in py2 doesn't recognize empty lines in multiple lines. Instead of wrapping `RawConfigParser`, shall we switch to another parser, e.g., a toml parser?

Now `DIST_MODULE_PATH` has been removed. Data files location will not be related with `sys.prefix`.

This patch installs data files (the `share` directory) into the same location of `*.py` files. No files will be installed into `/usr/local/share/battleschool` or `os.path.join(sys.prefix, 'share/battleschool')` any more. The effect is:...

This patch has been rebased to master. Should I rebase it back to the original commit (49d8c12) ?

Dropped `pkg_resources` and `setuptools`. @spencergibb

@woodyrew Conflicts resolved.