File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
import pathlib
3
3
import sys
4
4
5
+ from setuptools import find_packages , setup
6
+
5
7
here = os .path .abspath (os .path .dirname (__file__ ))
6
8
src = os .path .join (here , "src/fuzzylogic" )
7
9
sys .path .append (src )
8
10
9
- from setuptools import find_packages , setup
10
11
11
12
meta = {
12
13
"name" : "fuzzylogic" ,
13
14
"description" : "Fuzzy Logic for Python 3" ,
14
15
"license" : "MIT" ,
15
16
"url" : "https://github.com/amogorkon/fuzzylogic" ,
16
- "version" : "1.2 .0" ,
17
+ "version" : "1.3 .0" ,
17
18
"author" : "Anselm Kiefner" ,
18
19
"author_email" :
"[email protected] " ,
19
- "python_requires" : ">=3.7 " ,
20
+ "python_requires" : ">=3.10 " ,
20
21
"keywords" : [
21
22
"fuzzy logic" ,
22
23
],
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 2 , 0 )
1
+ __version__ = (1 , 3 , 0 )
You can’t perform that action at this time.
0 commit comments