Metadata-Version: 2.1
Name: storyscience
Version: 0.0.2
Summary: A storyteller
Home-page: https://github.com/23subbhashit/StoryTellar/
Author: subbhashit mukherjee
Author-email: subbhashitmukherjee@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# StoryTellar

## To build package

```
python3 setup.py sdist bdist_wheel
```

## To upload to PYPI

```
twine upload dist/*
```


