Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
MDCHAMP committed Nov 15, 2020
1 parent d04c0ba commit a345da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
from setuptools import setup

setup(
name='freelunch',
version='0.0.1',
description='Meta-heuristic optimisation tools',
py_modules=['freelunch'],
package_dir={'':'src'},
)

from setuptools import setup, find_packages


Expand All @@ -18,7 +8,7 @@
# This call to setup() does all the work
setup(
name="freelunch",
version="0.0.1",
version="0.0.2",
description="Heuristic and meta-heuristic optimisation suite in Python",
long_description=rm,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/freelunch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

from __main__ import *

0 comments on commit a345da0

Please sign in to comment.