Move make_release.sh to build.sh.
This script creates a "build" really, not a release. A separate release.sh
script should be written to automate the current manual release process (at
some point...).
Patch by: Todd Larsen
Review by: to-be-reviewed
Metadata-Version: 1.0Name: coverageVersion: 2.85Summary: Coverage: code coverage testing for PythonHome-page: http://nedbatchelder.com/code/modules/coverage.htmlAuthor: Ned BatchelderAuthor-email: ned@nedbatchelder.comLicense: BSDDownload-URL: http://nedbatchelder.com/code/modules/coverage-2.85.tar.gzDescription: Coverage.py is a Python module that measures code coverage during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.Keywords: code coverage testingPlatform: UNKNOWNClassifier: Development Status :: 5 - Production/StableClassifier: Environment :: ConsoleClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonClassifier: Topic :: Software Development :: Quality AssuranceClassifier: Topic :: Software Development :: Testing