File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include plncpro/lib/framefinder/framefinder
2- include plncpro/lib/framefinder/framefinder.model
2+ include plncpro/lib/framefinder/framefinder.model
3+ include *.txt
4+ include *.sh
Original file line number Diff line number Diff line change 55
66@author: usingh
77"""
8-
9- __version__ = " 1.2.0"
8+ #__version__="1.2.2"
9+ 1.2 .2
Original file line number Diff line number Diff line change 2020 long_description = fh .read ()
2121
2222#read version info
23- cwd = os .path .abspath (os .path .dirname ("__file__" ))
24- version = {}
25- with open (os .path .join (cwd , "plncpro" , "version.py" )) as fp :
26- exec (fp .read (), version )
27- version = version ["__version__" ]
23+ # cwd =os.path.abspath(os.path.dirname("__file__"))
24+ # version = {}
25+ # with open(os.path.join(cwd, "plncpro", "version.py")) as fp:
26+ # exec(fp.read(), version)
27+ # version = version["__version__"]
2828
29- if version is None :
30- print ("Error: version is missing. Exiting..." , file = sys .stderr )
31- sys .exit (1 )
29+ # if version is None:
30+ # print("Error: version is missing. Exiting...", file=sys.stderr)
31+ # sys.exit(1)
3232
3333
3434
3535setuptools .setup (
3636 name = "plncpro" ,
37- version = version ,
37+ #version=version,
38+ version = open ("plncpro/_version.py" ).readlines ()[- 1 ].split ()[- 1 ].strip ("\" '" ),
3839 author = "Urminder Singh" ,
3940 author_email = "usingh@iastate.edu" ,
4041 description = "PlncPRO (Plant Long Non-Coding rna Prediction by Random fOrests) is a program to classify coding (mRNAs) and long non-coding transcripts (lncRNAs)." ,
You can’t perform that action at this time.
0 commit comments