Metadata-Version: 2.1
Name: tstpkg
Version: 0.0.1
Summary: testing pip packaging
Home-page: https://github.com/chetu181/testPackage
Author: Chaithanya
Author-email: csbasrur@smu.edu.sg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

## Simple code to test PypI packaging
It has a single function getfstring

## Installation
run 
```python
pip install tstpkg
```
to install

