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

python-libxdo-0.1.2a0 source dist on pypi is missing CHANGELOG.rst #16

Closed
mzizzi opened this issue Feb 13, 2016 · 3 comments
Closed

python-libxdo-0.1.2a0 source dist on pypi is missing CHANGELOG.rst #16

mzizzi opened this issue Feb 13, 2016 · 3 comments

Comments

@mzizzi
Copy link
Contributor

mzizzi commented Feb 13, 2016

If you go to pypi and download the latest (0.1.2a0) archive you'll see that CHANGELOG.rst is missing. This is strange because when running make package locally and checking the contents of the package it appears that CHANGELOG.rst is included.

@rshk
Copy link
Owner

rshk commented Feb 13, 2016 via email

@mzizzi
Copy link
Contributor Author

mzizzi commented Mar 12, 2016

Any chance we could get a fix + version bump in pypi for this? Right now installing version 0.1.2a0 causes setup.py to error out.

$ pip install python-libxdo==0.1.2a0
Collecting python-libxdo==0.1.2a0
  Using cached python-libxdo-0.1.2a0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-hCONwV/python-libxdo/setup.py", line 13, in <module>
        with open(os.path.join(here, 'CHANGELOG.rst')) as fp:
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build-hCONwV/python-libxdo/CHANGELOG.rst'

@rshk
Copy link
Owner

rshk commented Mar 14, 2016

Fixed in 0.1.2a1. Sorry for the inconvenience, I forgot to add a MANIFEST.in

@rshk rshk closed this as completed Mar 14, 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

No branches or pull requests

2 participants