Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
greyltc committed Feb 25, 2019
1 parent 32b81cd commit 4007077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: batch-iv-analysis
name: mutovis-analysis
version: "3.0.0" # make sure this matches github build tag when doing release

source:
path: .
#git_rev: v2.9.1 # use this for relesase build from github tag
git_url: https://github.com/greysAcademicCode/batch-iv-analysis.git
git_url: https://github.com/mutovis/analysis-software

requirements:
build:
Expand All @@ -30,21 +30,21 @@ build:
script: python setup.py install --single-version-externally-managed --record record.txt
noarch_python: True
entry_points:
- batch-iv-analysis = batch_iv_analysis:main
- mutovis-analysis = batch_iv_analysis:main
osx_is_app: True

test:
imports:
- batch_iv_analysis

app:
entry: batch-iv-analysis
entry: mutovis-analysis
icon: misc/icon.png
summary: Solar cell I-V data fitter
type: desk

about:
home: https://github.com/greysAcademicCode/batch-iv-analysis
license: MIT
home: https://github.com/mutovis/analysis-software
license: GPL-3.0
license_file: LICENSE.txt
summary: Solar cell I-V data fitter
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description_content_type="text/markdown",
url="https://github.com/mutovis/analysis-software",
packages=setuptools.find_packages(),
entry_points={'gui_scripts': ['batch-iv-analysis = batch_iv_analysis:main', ],},
entry_points={'gui_scripts': ['mutovis-analysis = batch_iv_analysis:main', ],},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPL-3.0",
Expand Down

0 comments on commit 4007077

Please sign in to comment.