-
Notifications
You must be signed in to change notification settings - Fork 94
/
setup.cfg
25 lines (23 loc) · 843 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
[metadata]
name = RubikTwoPhase
version = 1.1.1
author = Herbert Kociemba
author_email = [email protected]
description = A package to solve Rubik's cube in less than 19 moves on average with the two-phase algorithm.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hkociemba/RubiksCube-TwophaseSolver
keywords='Rubik's Cube, Rubik, cube, solver, twophase, two-phase, algorithm, Kociemba'
project_urls =
Bug Tracker = https://github.com/hkociemba/RubiksCube-TwophaseSolver/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
package_dir =
= package_src
packages = find:
python_requires = >=3.4
[options.packages.find]
where = package_src