necaris / cuid.py

A fast, scalable unique ID generator for Python
BSD 2-Clause "Simplified" License
64 stars 8 forks source link

Failing to install due to non-ascii character and proposed a possible fix #15

Closed zyli5313 closed 5 years ago

zyli5313 commented 5 years ago

Hi necaris,

the μs in README.md is a non ascii character which leads to failing to pip install cuid.py . You can refer to the sample bash output below. The details lies in the following pull request.

I proposed we fixed it by replacing μs with us.

I have submitted a pull request. If it looks good, could you please merge it?

Thanks, Jake

zyli5313 commented 5 years ago

Any suggestions?

necaris commented 5 years ago

Closing this as the PR is open: #14