Skip to content

Commit

Permalink
fix home url (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 24, 2019
1 parent 4bdd0d9 commit 12d8506
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aiida_icl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Adapt this template for your own needs.
"""

__version__ = '0.3.3'
__version__ = '0.3.4'
8 changes: 4 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "aiida-icl" %}
{% set version = "0.3.2" %}
{% set version = "0.3.3" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "421bd7ebb813e8c39658f9143de0186f769d5131faf36b11b7a26485ef781049"
sha256: "626f50584d52eafa4ecc3d89375d0c3cb51522819e074c0cde635c90214d56c6"

build:
number: 0
number: 1
noarch: "python"
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "

Expand All @@ -33,7 +33,7 @@ test:
- aiida_icl.utils

about:
home: "https://github.com/chrisjsewell/aiida-scheduler-cx1"
home: "https://github.com/chrisjsewell/aiida-cx1scheduler"
license: "MIT"
license_family: "MIT"
license_file: "LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"author": "Chris Sewell",
"author_email": "[email protected]",
"description": "AiiDA plugin interfacing with the Imperial College London cx1 HPC",
"url": "https://github.com/chrisjsewell/aiida-scheduler-cx1",
"url": "https://github.com/chrisjsewell/aiida-cx1scheduler",
"license": "MIT",
"classifiers": [
"Programming Language :: Python",
"Framework :: AiiDA"
],
"version": "0.3.3",
"version": "0.3.4",
"entry_points": {
"aiida.schedulers": [
"pbspro_cx1 = aiida_icl.schedulers.pbspro_cx1:PbsproCx1Scheduler"
Expand Down

0 comments on commit 12d8506

Please sign in to comment.