mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-17 02:28:31 +00:00
keep package at top level
This commit is contained in:
26
setup.cfg
Normal file
26
setup.cfg
Normal 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
|
Reference in New Issue
Block a user