Artoria2e5 / PRCoords

Public Domain library for rectifying Chinese coordinates
https://artoria2e5.github.io/PRCoords/demo.html
GNU General Public License v3.0
151 stars 23 forks source link

Python: Missing README #9

Closed mrhso closed 5 years ago

mrhso commented 5 years ago
$ pip install prcoords
Collecting prcoords
  Using cached https://files.pythonhosted.org/packages/e5/60/7b484bee55a21a0ca6392eef3f75c28f11e682ba8731c6ea93764c24adba/prcoords-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/data/data/com.termux/files/usr/tmp/pip-install-1pmlg7ru/prcoords/setup.py", line 5, in <module>
        with open("../README.md", "r") as f:
    FileNotFoundError: [Errno 2] No such file or directory: '../README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-install-1pmlg7ru/prcoords/
Artoria2e5 commented 5 years ago

Yep, happens with tarball install. Can you confirm that 8336543 fixes the issue (test by only getting the py directory)?

mrhso commented 5 years ago

It works.

Artoria2e5 commented 5 years ago

did a force push (lmao) and uploaded to pypi.