Skip to content

Commit acc62d6

Browse files
committed
Update setup.cfg
1 parent cb36c5c commit acc62d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[metadata]
2+
name = python-codex32
3+
version = 0.1.0
4+
5+
[options]
6+
package_dir =
7+
= src
8+
packages = find:
9+
10+
[options.packages.find]
11+
where = src
12+
113
[flake8]
214
max-line-length = 80
315
exclude = .git,__pycache__,build,dist

0 commit comments

Comments
 (0)