Skip to content

Commit a36cc29

Browse files
committed
updated META
1 parent 58bd23a commit a36cc29

File tree

10 files changed

+3
-664
lines changed

10 files changed

+3
-664
lines changed

CODE fuzzy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@
14151415
"name": "python",
14161416
"nbconvert_exporter": "python",
14171417
"pygments_lexer": "ipython3",
1418-
"version": "3.7.3"
1418+
"version": "3.7.5"
14191419
}
14201420
},
14211421
"nbformat": 4,

META.stay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: fuzzylogic
33
description: Fuzzy Logic for Python 3
44
license: MIT
55
url: https://github.com/amogorkon/fuzzylogic
6-
version: 0.1.1post5
6+
version: 0.1.2.post2
77
author: Anselm Kiefner
88
author_email: fuzzylogic-pypi@anselm.kiefner.de
99
python_requires: >3.6

fuzzylogic-0.1.1.post1/setup.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import os, sys
33
here = (os.path.abspath(os.path.dirname(__file__)))
4-
src = os.path.join(here, "src")
4+
src = os.path.join(here, "src/fuzzylogic")
55
sys.path.append(src)
66

77
from stay import load

src/fuzzylogic.egg-info/PKG-INFO

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/fuzzylogic.egg-info/SOURCES.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/fuzzylogic.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/fuzzylogic.egg-info/not-zip-safe

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/fuzzylogic.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)