-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (36 loc) · 931 Bytes
/
setup.cfg
File metadata and controls
41 lines (36 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[metadata]
name = pyxq
version = attr: pyxq.__version__
url = https://github.com/goodchinas/pyxq
author = tim
author_email = goodchinas@qq.com
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.7
license = MIT license
description = python quant is so easy.
long_description_content_type = text/markdown
long_description = file: README.MD
keywords = pyxq
[options]
zip_safe = False
include_package_data = True
packages = find:
[options.packages.find]
# see:https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
where = .
include =
pyxq*
; tests*
;control when install.be good for command: python setup.py bdist_wheel
exclude =
tests*
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[aliases]
# Define setup.py command aliases here