Metadata-Version: 2.1
Name: bild
Version: 0.0.1
Summary: A simple containerized build system
Home-page: https://github.com/swrh/bild
Author: Fernando Silveira
Author-email: fsilveira@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/swrh/bild/
Project-URL: Bug Reports, https://github.com/swrh/bild/issues
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

# README

$ python3 -m venv ~/.venv/bild
$ . ~/.venv/bild/bin/activate
(bild) $ pip install --upgrade pip setuptools
(bild) $ pip install wheel
(bild) $ python setup.py bdist\_wheel


