Metadata-Version: 2.1
Name: thinkware_file_extractor_xethhung12
Version: 0.1.8
Summary: A small example package
Author-email: Xeth <admin@xethh.me>
Project-URL: Homepage, https://github.com/xh-dev/thinkware-file-extractor-xethhung12
Project-URL: Issues, https://github.com/xh-dev/thinkware-file-extractor-xethhung12/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-api-python-client
Requires-Dist: oauth2client

# Dev

build
```shell
rm -fr dist && python -m build
```

deploy
```shell
python -m twine upload dist/*
```
