-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from VicentePerezSoloviev/devel
0.1.2
- Loading branch information
Showing
5 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
Metadata-Version: 2.1 | ||
Name: EDAspy | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Summary: Estimation of Distribution Algorithms | ||
Home-page: https://github.com/VicentePerezSoloviev/EDAspy | ||
Author: Vicente P. Soloviev | ||
Author-email: [email protected] | ||
License: LGPLv2+ | ||
Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.1.tar.gz | ||
Description: # EDAspy | ||
Download-URL: https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.2.tar.gz | ||
Description: [![PyPI version fury.io](https://badge.fury.io/py/EDAspy.svg)](https://pypi.python.org/pypi/EDAspy/) | ||
[![PyPI license](https://img.shields.io/pypi/l/EDAspy.svg)](https://pypi.python.org/pypi/EDAspy/) | ||
[![PyPI license](https://img.shields.io/pypi/dm/EDAspy)](https://pypi.python.org/pypi/EDAspy/) | ||
|
||
# EDAspy | ||
|
||
## Description | ||
|
||
|
@@ -171,7 +175,7 @@ Description: # EDAspy | |
Keywords: EDA,estimation,bayesian,evolutionary,algorithm,optimization | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.6 | ||
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) | ||
Classifier: Operating System :: OS Independent | ||
Requires-Python: >=3.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
EDAspy | ||
tests |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
|
||
setuptools.setup( | ||
name="EDAspy", | ||
version="0.1.1", | ||
version="0.1.2", | ||
author="Vicente P. Soloviev", | ||
author_email="[email protected]", | ||
description="Estimation of Distribution Algorithms", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.1.tar.gz", | ||
download_url="https://github.com/VicentePerezSoloviev/EDAspy/archive/0.1.2.tar.gz", | ||
url="https://github.com/VicentePerezSoloviev/EDAspy", | ||
packages=setuptools.find_packages(), | ||
classifiers=[ | ||
|