Skip to content

Commit abca906

Browse files
authored
Properly package via setup.cfg. (clokep#35)
Fixes a typo in setup.cfg to properly generate wheels.
1 parent 129f040 commit abca906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ classifiers =
2828
License :: OSI Approved :: ISC License (ISCL)
2929

3030
[options]
31-
package = find:
31+
packages =
32+
render_block
3233
install_requires = django>=2.2
3334
python_requires = >=3.6
3435

0 commit comments

Comments
 (0)