Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add long description to package information #568

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

palango
Copy link
Contributor

@palango palango commented Oct 7, 2019

Fixes #567

@palango palango requested a review from karlb October 7, 2019 08:51
@palango palango force-pushed the add-long-desc branch 2 times, most recently from 040194c to 57c3147 Compare October 7, 2019 08:55
@codecov
Copy link

codecov bot commented Oct 7, 2019

Codecov Report

Merging #568 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #568   +/-   ##
======================================
  Coverage    90.7%   90.7%           
======================================
  Files          36      36           
  Lines        2346    2346           
  Branches      297     297           
======================================
  Hits         2128    2128           
+ Misses        164     163    -1     
- Partials       54      55    +1
Impacted Files Coverage Δ
src/raiden_libs/database.py 88.4% <0%> (-2.9%) ⬇️
src/pathfinding_service/api.py 95.81% <0%> (+0.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df9324d...96587c2. Read the comment docs.

setup.py Show resolved Hide resolved
@karlb karlb merged commit 4a08cf7 into raiden-network:master Oct 7, 2019
@karlb
Copy link
Contributor

karlb commented Oct 7, 2019

@palango palango deleted the add-long-desc branch October 8, 2019 08:25
@palango
Copy link
Contributor Author

palango commented Oct 8, 2019

Mh, this error message doesn't tell me much. Any ideas?

 ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/services/setup.py'"'"'; __file__='"'"'/services/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info

@karlb
Copy link
Contributor

karlb commented Oct 8, 2019

The interesting part is

Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/services/setup.py", line 31, in <module>
with open("README.md") as readme_file:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
----------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add description to PyPI package
2 participants