-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix show readme.md in PyPi pages #2306
Fix show readme.md in PyPi pages #2306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
python/setup-css.py
Outdated
|
||
setup( | ||
name="cssbeautifier", | ||
version=__version__, | ||
description="CSS unobfuscator and beautifier.", | ||
long_description=("Beautify, unpack or deobfuscate CSS"), | ||
long_description=long_description, |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks
python/setup-js.py
Outdated
"Beautify, unpack or deobfuscate JavaScript. " | ||
"Handles popular online obfuscators." | ||
), | ||
long_description=long_description, |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
python/setup-css.py
Outdated
|
||
|
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the inconvenience, thanks for the feedback
python/setup-js.py
Outdated
@@ -27,15 +27,13 @@ def run_tests(self): | |||
errno = pytest.main(self.pytest_args) | |||
sys.exit(errno) | |||
|
|||
|
|||
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This should inject the contents of https://github.com/beautifier/js-beautify/blob/main/README.md into the pages |
@drmcodes resolve conflicts, please. |
I do not see any remaining conflicts. |
They resolved them. |
Thx for the feedback. |
Why was this closed? |
Description
PyPi pages changed from plain hardcoded string to render README.md
Fixes Issue:
Before Merge Checklist
These items can be completed after PR is created.
(Check any items that are not applicable (NA) for this PR)