Metadata-Version: 2.1
Name: ukritlib
Version: 0.3.2
Summary: The funniest joke in the world
Home-page: http://github.com/ukritfongsomboon/ukritlib
Author: ukrit Fongsomboon
Author-email: ukrit.fb@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# ukritlib
เป็นการทดลองใช้งาน Library สำหรับ Python 

Build Package 
```
python setup.py sdist bdist_wheel  
```

Test Packeage
```
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```

Push Package
```
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```

