Metadata-Version: 2.1
Name: word-report-formatter
Version: 0.0.1
Summary: Use for format our word doc report
Author-email: Simon <simonheusing@gmail.com>
Project-URL: Homepage, https://gitee.com/simon_code/word-report-formatter
Project-URL: Bug Tracker, https://gitee.com/simon_code/word-report-formatter/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

### Generating distributions
```

pip wheel --no-deps -w dist .

pip install twine

twine upload --repository pypi dist/*

```
