Metadata-Version: 2.1
Name: python-setup
Version: 0.1.3
Summary: A small example package
Home-page: https://github.com/zjykzj/python-setup.py.git
Author: zj
Author-email: wy163zhuj@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# python-setup.py

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![](https://img.shields.io/badge/PYPI-python--setup.py-brightgreen)](https://pypi.org/project/python-setup/)

> 用于Python打包的示例仓库

* [打包和分发Python程序](https://zj-image-processing.readthedocs.io/zh_CN/latest/python/%E6%89%93%E5%8C%85%E5%92%8C%E5%88%86%E5%8F%91Python%E7%A8%8B%E5%BA%8F/)

## 内容列表

- [python-setup.py](#python-setuppy)
  - [内容列表](#内容列表)
  - [主要维护人员](#主要维护人员)
  - [致谢](#致谢)
  - [参与贡献方式](#参与贡献方式)
  - [许可证](#许可证)

## 主要维护人员

* zhujian - *Initial work* - [zjykzj](https://github.com/zjykzj)

## 致谢

* [facebookresearch/detectron2](https://github.com/facebookresearch/detectron2)
* [navdeep-G/setup.py](https://github.com/navdeep-G/setup.py/blob/master/setup.py)

## 参与贡献方式

欢迎任何人的参与！打开[issue](https://github.com/zjykzj/python-setup.py/issues)或提交合并请求。

注意:

* `GIT`提交，请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范
* 语义版本化，请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
* `README`编写，请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范

## 许可证

[Apache License 2.0](LICENSE) © 2020 zjykzj

