init: initial commit
This commit is contained in:
20
setup.cfg
Normal file
20
setup.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
[metadata]
|
||||
name = nc_http
|
||||
author = han0
|
||||
author-email = wslshanlin@sina.com
|
||||
summary = awsome project created by pycman.
|
||||
license = MIT
|
||||
description-file =
|
||||
README.rst
|
||||
home-page = http://example.com
|
||||
requires-python = >= 3.6
|
||||
|
||||
[files]
|
||||
packages =
|
||||
nc_http
|
||||
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
cmd=package.module:function
|
Reference in New Issue
Block a user