Skip to content

Commit 407f219

Browse files
Change dashes with underscores
Change include-package-data to include_package_data, because include-package-data will stop working in the future.
1 parent 3cfaae1 commit 407f219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
Topic :: Software Development :: Libraries :: Python Modules
2020

2121
[options]
22-
include-package-data = true
22+
include_package_data = true
2323
packages =
2424
tictactoe
2525
python_requires = >=3.6

0 commit comments

Comments
 (0)