Skip to content

Commit 4007077

Browse files
committed
fix some links
1 parent 32b81cd commit 4007077

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
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

55
source:
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

1010
requirements:
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

3636
test:
3737
imports:
3838
- batch_iv_analysis
3939

4040
app:
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

4646
about:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)