File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11package :
2- name : batch-iv -analysis
2+ name : mutovis -analysis
33 version : " 3.0.0" # make sure this matches github build tag when doing release
44
55source :
66 path : .
77 # git_rev: v2.9.1 # use this for relesase build from github tag
8- git_url : https://github.com/greysAcademicCode/batch-iv- analysis.git
8+ git_url : https://github.com/mutovis/ analysis-software
99
1010requirements :
1111 build :
@@ -30,21 +30,21 @@ build:
3030 script : python setup.py install --single-version-externally-managed --record record.txt
3131 noarch_python : True
3232 entry_points :
33- - batch-iv -analysis = batch_iv_analysis:main
33+ - mutovis -analysis = batch_iv_analysis:main
3434 osx_is_app : True
3535
3636test :
3737 imports :
3838 - batch_iv_analysis
3939
4040app :
41- entry : batch-iv -analysis
41+ entry : mutovis -analysis
4242 icon : misc/icon.png
4343 summary : Solar cell I-V data fitter
4444 type : desk
4545
4646about :
47- home : https://github.com/greysAcademicCode/batch-iv- analysis
48- license : MIT
47+ home : https://github.com/mutovis/ analysis-software
48+ license : GPL-3.0
4949 license_file : LICENSE.txt
5050 summary : Solar cell I-V data fitter
Original file line number Diff line number Diff line change 1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/mutovis/analysis-software" ,
1515 packages = setuptools .find_packages (),
16- entry_points = {'gui_scripts' : ['batch-iv -analysis = batch_iv_analysis:main' , ],},
16+ entry_points = {'gui_scripts' : ['mutovis -analysis = batch_iv_analysis:main' , ],},
1717 classifiers = [
1818 "Programming Language :: Python :: 3" ,
1919 "License :: OSI Approved :: GPL-3.0" ,
You can’t perform that action at this time.
0 commit comments