Skip to content

Commit 57c20bb

Browse files
Release 0.0.4 (includes py.typed)
1 parent 83be714 commit 57c20bb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-tictactoe
3-
version = 0.0.3
3+
version = 0.0.4
44
author = AttackingOrDefending
55
description = A tic-tac-toe library that supports different sizes and dimensions and how many marks in a row to win
66
long_description = file: README.md
@@ -19,8 +19,12 @@ classifiers =
1919
Topic :: Software Development :: Libraries :: Python Modules
2020

2121
[options]
22+
include-package-data = true
2223
packages =
2324
tictactoe
2425
python_requires = >=3.6
2526
install_requires =
2627
numpy==1.22.3
28+
29+
[options.package_data]
30+
tictactoe = py.typed

tictactoe/py.typed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

0 commit comments

Comments
 (0)