We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83be714 commit 57c20bbCopy full SHA for 57c20bb
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = python-tictactoe
3
-version = 0.0.3
+version = 0.0.4
4
author = AttackingOrDefending
5
description = A tic-tac-toe library that supports different sizes and dimensions and how many marks in a row to win
6
long_description = file: README.md
@@ -19,8 +19,12 @@ classifiers =
19
Topic :: Software Development :: Libraries :: Python Modules
20
21
[options]
22
+include-package-data = true
23
packages =
24
tictactoe
25
python_requires = >=3.6
26
install_requires =
27
numpy==1.22.3
28
+
29
+[options.package_data]
30
+tictactoe = py.typed
tictactoe/py.typed
@@ -1 +0,0 @@
-
0 commit comments