This repository was archived by the owner on Aug 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Upload Package to Anaconda.org
2929------------------------------
3030anaconda 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
3434anaconda logout
3535
Original file line number Diff line number Diff line change 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
77package :
88 name : ' {{ name|lower }}'
@@ -16,7 +16,7 @@ source:
1616build :
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
2222requirements :
@@ -38,14 +38,15 @@ test:
3838 imports :
3939 - paperspace
4040 commands :
41+ - paperspace-python --help
4142
4243about :
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
You can’t perform that action at this time.
0 commit comments