mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-29 20:12:37 +00:00
27 lines
611 B
INI
27 lines
611 B
INI
[metadata]
|
|
name = MDAF
|
|
version = 0.1
|
|
description =A Framework for the Analysis and Benchmarking of Metaheuristics
|
|
url = https://git.rehounou.ca/remi/MDAF
|
|
author = Remi Ehounou
|
|
author_email = remi.ehounou@outlook.com
|
|
license = MIT
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
|
|
[options]
|
|
package_dir =
|
|
= .
|
|
include_package_data = True
|
|
packages = find:
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
numpy
|
|
importlib
|
|
rpy2 == 3.4.4
|