Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lavakin committed Apr 15, 2024
1 parent ed8eaec commit 790d36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
version = "{{VERSION_PLACEHOLDER}}",
keywords = ['Genetic algorithms', 'minimal subset', 'multi-objective', "optimization"],
long_description = "library designed to extract a minimal subset from a given set, optimizing a given (set of) objective(s). Based on the DEAP library.",
project_urls = {"Documentation" :"https://readthedocs.org/projects/setminga/"}
install_requires=[
'numpy',
'deap',
Expand Down

0 comments on commit 790d36c

Please sign in to comment.