diff --git a/.envrc b/.envrc index 765ba1e..a39fa7a 100644 --- a/.envrc +++ b/.envrc @@ -10,5 +10,6 @@ # Caveat: direnv allow . -export PYTHONPATH=$(pwd) +export PYTHONPATH="$(pwd)" +export BYRONPATH="$(pwd)" # export PYTHONOPTIMIZE=1 diff --git a/README.md b/README.md index 65ef011..8266d67 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ [![License](https://img.shields.io/badge/license-apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) ![Language](https://img.shields.io/badge/language-python-blue.svg) -![Version](https://img.shields.io/badge/version-0.8a1.dev39-orange.svg) -![Codename](https://img.shields.io/badge/codename-Don_Juan-pink.svg) +![Version](https://img.shields.io/badge/version-0.8a1.dev39_(Don_Juan)-orange.svg) [![GitHub last commit (alpha)](https://img.shields.io/github/last-commit/cad-polito-it/byron/alpha)](https://github.com/cad-polito-it/byron) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/cad-polito-it/byron/pytest.yml?label=pytest) -]() +](https://github.com/cad-polito-it/byron/actions) [![Documentation Status](https://readthedocs.org/projects/byron/badge/?version=pre-alpha)](https://byron.readthedocs.io/en/pre-alpha/?badge=pre-alpha) Byron is an [evolutionary tool](https://cad-polito-it.github.io/byron/evolution): given a problem, it first generates a set of random solutions, then iteratively improves them using the results of their evaluations together with structural information. It may be used as a coverage-driven [fuzzer](https://en.wikipedia.org/wiki/Fuzzing) and a general-purpose [optimizer](https://en.wikipedia.org/wiki/Engineering_optimization). diff --git a/pyproject.toml b/pyproject.toml index c7a1cc2..e1c462d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ 'version = "{pep440_version}"$', ] "README.md" = [ - "version-{pep440_version}-orange", + "-{pep440_version}_", ] "docs/pypi.md" = [ "version-{pep440_version}-orange",