Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lavakin authored Apr 15, 2024
1 parent 074fa38 commit 15e7364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from distutils.core import setup
setup(
name = 'setga',
packages = ['setga'],
version = '0.3',
packages = ['setga'],
license='MIT',
description = 'library designed to extract a minimal subset from a given set, optimizing a given (set of) objective(s). Based on the DEAP library.', # Give a short description about your library
author = 'Nikola Kalábová',
Expand Down

0 comments on commit 15e7364

Please sign in to comment.