File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 66"""
77
88# Credit to https://stackoverflow.com/questions/16981921/relative-imports-in-python-3
9-
10-
119import os
1210import sys
1311sys .path .append (os .path .dirname (os .path .realpath (__file__ )))
14- from version import __version__
15- __author__ = "Nelson Gonzabato"
16- __version__ = __version__
17- __all__ = ["segmentation" ]
12+ __author__ = "Nelson Gonzabato"
13+ __version__ = "0.2.0" .encode ("ascii" ,"ignore" ).decode ('ascii' )
14+ __all__ = ["segmentation" ]
1815
1916
2017
Original file line number Diff line number Diff line change 1- 0.2 .0
1+ __version__ = " 0.2.0" . encode ( "ascii" , "ignore" ). decode ( 'ascii' )
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
2-
32setup (name = 'pyautocv' ,
4- version = open ( "pyautocv/version.py" ). read (). rstrip ( ),
3+ version = "0.2.0" . encode ( "ascii" , "ignore" ). decode ( 'ascii' ),
54 description = '(Semi) Automated Image Processing' ,
65 url = 'http://www.github.com/Nelson-Gon/pyautocv' ,
76 author = 'Nelson Gonzabato' ,
You can’t perform that action at this time.
0 commit comments