Metadata-Version: 2.1
Name: helloworld-tspeer
Version: 0.0.1
Summary: Say hello!
Home-page: https://github.com/tspeer/helloworld
Author: Thomas Speer
Author-email: tspeer@utexas.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# Hello World

A simple project to publish

# developing Hello World

'''bash
$ pip install -e .[dev]
'''


