Metadata-Version: 2.1
Name: tcalculator
Version: 0.1.1
Summary: A small example package
Home-page: https://github.com/thieu1995/tcalculator
Author: Thieu Nguyen
Author-email: nguyenthieu2102@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/thieu1995/tcalculator/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# tcalculator

hello world


```code 

python3 -m pip install --upgrade build

python3 -m build

python3 -m pip install --upgrade twine

python3 -m twine upload --repository testpypi dist/*


```


