-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (25 loc) · 842 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
[metadata]
name = mines-esolang
version = attr: mines.__version__.__version__
url = https://github.com/dnek/mines-esolang
author = DNEK
author_email = dnek.app@gmail.com
license_file = LICENSE
description = An esoteric language inspired by Minesweeper.
long_description = file: README.md, README_ja.md, CHANGELOG.md, LICENSE
long_description_content_type = text/markdown
keywords = mines interpreter esolang esoteric minesweeper
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Software Development :: Interpreters
Topic :: Games/Entertainment :: Puzzle Games
[options]
zip_safe = False
packages = find:
[options.entry_points]
console_scripts =
mines = mines.mines:main