-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
30 lines (25 loc) · 918 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "pyrimidine"
version = "1.7"
description = "A competitive framework for GA, designed by thorough OOP"
authors = ["William Song <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Freakwill/pyrimidine"
repository = "https://github.com/Freakwill/pyrimidine"
keywords = ["Genetic Algorithm", "Artificial Intelligence", "Intelligent Optimization"]
classifiers = [
"Environment :: MacOS X",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Science/Research",
]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry>=0.12"]
# build-backend = "poetry.masonry.api"