neon-jungle / wagtail-schema.org

Schema.org JSON-LD tags for Wagtail sites
BSD 2-Clause "Simplified" License
70 stars 17 forks source link

Problem locating package on pypi #5

Closed marteinn closed 7 years ago

marteinn commented 7 years ago

When running pip install wagtailschemaorg I got the following error message.

Could not find a version that satisfies the requirement wagtailschemaorg (from versions: )
No matching distribution found for wagtailschemaorg

... whilepip install wagtail-schema.org works fine

The docs states wagtailschemaorg, should it be changed to wagtail-schema.org?

Debug info:

$ pip -V
$ pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7)

$ python -V
$ Python 2.7.13

Thanks for the library! 👍

mx-moth commented 7 years ago

@marteinn You are right, the README was incorrect. I've fixed it. Thanks for pointing it out!

marteinn commented 7 years ago

@timheap Awesome! Thanks for the quick fix!