This PR makes some small fixes to prep for labeling a release v0.1. We're thinking of making some larger changes that could affect existing users (for example, raising an error when an unidentified key is included in a spec), so it would be nice to create an initial release that reflects the prior behavior.
This PR does the following:
Updates the development_tests.py script with Python 2/3 cross-compatibility.
Fixes a bug in the same script identified in Issue #7 (it was a bug in the test, not in the codebase).
Removes cruft from the setup.py setuptools script.
Updates version number and dependencies in the same script.
This PR makes some small fixes to prep for labeling a release v0.1. We're thinking of making some larger changes that could affect existing users (for example, raising an error when an unidentified key is included in a spec), so it would be nice to create an initial release that reflects the prior behavior.
This PR does the following:
development_tests.py
script with Python 2/3 cross-compatibility.setup.py
setuptools script.