Reorganised the code into a PyPI package format

This commit is contained in:
Remi Ehounou
2021-05-23 16:45:16 -04:00
parent 00e46546f4
commit 43de559f08
43 changed files with 181 additions and 159 deletions

26
PackageCode/setup.cfg Normal file
View File

@@ -0,0 +1,26 @@
[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