Add packaging files
[platform/upstream/python3-argparse.git] / setup.cfg
1 [bdist_rpm]
2 release = 1
3 doc_files = 
4         README.txt
5         LICENSE.txt
6         PKG-INFO
7         doc/
8 requires = python
9 build_requires = python
10
11 [bdist_wheel]
12 universal = 1
13
14 [build_sphinx]
15 source-dir = doc/
16 build-dir = doc/_build
17 all_files = 1
18
19 [upload_sphinx]
20 upload-dir = doc/_build/html
21
22 [egg_info]
23 tag_build = 
24 tag_date = 0
25 tag_svn_revision = 0
26