Skip to content

Commit a345da0

Browse files
committed
cleaning
1 parent d04c0ba commit a345da0

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

setup.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
from setuptools import setup
2-
3-
setup(
4-
name='freelunch',
5-
version='0.0.1',
6-
description='Meta-heuristic optimisation tools',
7-
py_modules=['freelunch'],
8-
package_dir={'':'src'},
9-
)
10-
111
from setuptools import setup, find_packages
122

133

@@ -18,7 +8,7 @@
188
# This call to setup() does all the work
199
setup(
2010
name="freelunch",
21-
version="0.0.1",
11+
version="0.0.2",
2212
description="Heuristic and meta-heuristic optimisation suite in Python",
2313
long_description=rm,
2414
long_description_content_type="text/markdown",

src/freelunch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
22

33
from __main__ import *

0 commit comments

Comments
 (0)