Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 05f5f68

Browse files
committed
updates for conda package build
1 parent 4ecfcca commit 05f5f68

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

conda/CONDA_PACKAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Upload Package to Anaconda.org
2929
------------------------------
3030
anaconda login
3131

32-
anaconda upload /home/sanfilip/miniconda3/conda-bld/linux-64/paperspace-X.X.X-py36_0.tar.bz2
32+
anaconda upload ~/miniconda3/conda-bld/linux-64/paperspace-X.X.X-py36_0.tar.bz2
3333

3434
anaconda logout
3535

conda/python3/paperspace/meta.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% set name = "paperspace" %}
2-
{% set version = "0.0.8" %}
2+
{% set version = "0.0.9" %}
33
{% set file_ext = "tar.gz" %}
44
{% set hash_type = "sha256" %}
5-
{% set hash_value = "2a096ac789499ff03f2419b3499415d5fa717218de6f0400e4661e8fd73385ad" %}
5+
{% set hash_value = "674c422e1cf775c7ac8d31fe144191aae22a68ecef308d78559abbf0e4b6aa39" %}
66

77
package:
88
name: '{{ name|lower }}'
@@ -16,7 +16,7 @@ source:
1616
build:
1717
number: 0
1818
entry_points:
19-
- paperspace = paperspace.main:main
19+
- paperspace-python = paperspace.main:main
2020
script: python setup.py install --single-version-externally-managed --record=record.txt
2121

2222
requirements:
@@ -38,14 +38,15 @@ test:
3838
imports:
3939
- paperspace
4040
commands:
41+
- paperspace-python --help
4142

4243
about:
4344
home: https://github.com/paperspace/paperspace-python
4445
license: ISC License (ISCL)
4546
license_family: OTHER
4647
license_file: ''
47-
summary: Paperspace API for Python
48-
description: "Paperspace API for Python"
48+
summary: Paperspace Python
49+
description: "Paperspace Python"
4950
doc_url: ''
5051
dev_url: ''
5152

0 commit comments

Comments
 (0)