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

README.md missing in v0.6 #125

Closed
chid opened this issue Jul 13, 2016 · 2 comments
Closed

README.md missing in v0.6 #125

chid opened this issue Jul 13, 2016 · 2 comments

Comments

@chid
Copy link

chid commented Jul 13, 2016

The current version in pypi has an issue with a missing file (README.md), it does not appear to be within the package.

  Using cached django-silk-0.6.0.tar.gz
    Complete output from command python setup.py egg_info:
    warning: pypandoc module not found, could not convert Markdown to RST
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-s0wzt75r/django-silk/setup.py", line 13, in <module>
        README = read_md('README.md')
      File "/tmp/pip-build-s0wzt75r/django-silk/setup.py", line 11, in read_md
        def read_md(f): return open(f, 'r').read()
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
chid added a commit to chid/silk that referenced this issue Jul 13, 2016
@chid chid mentioned this issue Jul 13, 2016
@avelis
Copy link
Collaborator

avelis commented Jul 13, 2016

I made this change so I could convert markdown files to rst when pushing a release to pypi. This reduces the need to manage two readme files. My mistep was assuming the setup was including the markdown version. I will update the package includes to include that file.

@avelis
Copy link
Collaborator

avelis commented Jul 13, 2016

Addressed with PR #128

@avelis avelis closed this as completed Jul 13, 2016
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 a pull request may close this issue.

2 participants