-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (28 loc) · 1 KB
/
setup.cfg
File metadata and controls
30 lines (28 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = python-tictactoe
version = attr: tictactoe.__version__
author = Ioannis Pantidis
description = A tic-tac-toe library that supports different sizes and dimensions and how many marks in a row to win
long_description = file: README.md
long_description_content_type = text/markdown
keywords = tic-tac-toe, tictactoe, game
url = https://github.com/AttackingOrDefending/python-tictactoe
project_urls =
Bug Tracker = https://github.com/AttackingOrDefending/python-tictactoe/issues
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Games/Entertainment :: Turn Based Strategy
Topic :: Software Development :: Libraries :: Python Modules
[options]
include_package_data = true
packages =
tictactoe
python_requires = >=3.7
install_requires =
numpy>=1.20
[options.package_data]
tictactoe = py.typed