Skip to content

Commit 774dc7d

Browse files
committed
Add additional files
* Add AUTHORS.rst * Add CHANGELOG.rst * Add setup.cfg Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent aa71e06 commit 774dc7d

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

AUTHORS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following organizations or individuals have contributed to this repo:
2+
3+
-

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Release notes
2+
-------------
3+
### Version 0.0.0
4+
5+
*xxxx-xx-xx* -- Initial release.

setup.cfg

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[wheel]
2+
universal=1
3+
4+
[metadata]
5+
license_files =
6+
README.rst
7+
CHANGELOG.rst
8+
apache-2.0.LICENSE
9+
bsd-new.LICENSE
10+
mit.LICENSE
11+
NOTICE
12+
13+
[tool:pytest]
14+
norecursedirs =
15+
.git
16+
bin
17+
dist
18+
build
19+
_build
20+
dist
21+
etc
22+
local
23+
ci
24+
docs
25+
man
26+
share
27+
samples
28+
.cache
29+
.settings
30+
Include
31+
include
32+
Lib
33+
lib
34+
lib64
35+
Lib64
36+
Scripts
37+
thirdparty
38+
tmp
39+
tests/data
40+
41+
python_files = *.py
42+
43+
python_classes=Test
44+
python_functions=test
45+
46+
addopts =
47+
-rfExXw
48+
--strict
49+
--ignore setup.py
50+
--doctest-modules

0 commit comments

Comments
 (0)