-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 933 Bytes
/
setup.cfg
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
31
[metadata]
name = pmine
version = 1.0.4
author = Owen Wiggins
author_email = [email protected]
description = Terminal based Minesweeper using curses. Includes a self playing AI.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kindjie/minesweeper
project_urls =
Bug Tracker = https://github.com/kindjie/minesweeper/issues
classifiers =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Environment :: Console :: Curses
Development Status :: 5 - Production/Stable
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Topic :: Games/Entertainment
keywords = minesweeper game cli curses
zip_safe = false
[options]
python_requires = >=2.7, >=3.6
packages = find:
[options.entry_points]
console_scripts =
pmine = minesweeper.minesweeper_cli:start