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

Perhaps, misspelling in setup.py for long_description #4

Closed
rojaster opened this issue Dec 26, 2017 · 2 comments · Fixed by #8
Closed

Perhaps, misspelling in setup.py for long_description #4

rojaster opened this issue Dec 26, 2017 · 2 comments · Fixed by #8

Comments

@rojaster
Copy link

description = 'A library for graphing charts using ascii characters.'
try:
    with io.open('README.md', encoding="utf-8") as fh:
            long_description = fh.read()
except IOError:
    long_description = description

#.......

setup(
    name='asciietch',
    version='1.0.2',
    description=description,
    long_description=description, # <----- long_description?
@durgaswaroop
Copy link
Contributor

This has been fixed in PR #8.

@scallister scallister linked a pull request May 4, 2020 that will close this issue
@scallister
Copy link
Collaborator

You're right, closing this out, ty! :)

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.

3 participants