-
Couldn't load subscription status.
- Fork 9
Update the extension to work in 2023 :) #7
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Obviously, this file is not applicable to be merged upstream since it points to a fork, but given no activity in @Neepawa's repository I did not want to spend time to split out the changes acceptable vs what is my fork only stuff. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,10 @@ | ||
| from distutils.core import setup | ||
| from setuptools import setup | ||
|
|
||
| setup(name='cell_row_span', | ||
| version='1.0', | ||
| description='Markdown extension to add spanning for rows and cells in tables.', | ||
| url='https://github.com/Neepawa/cell_row_span', | ||
| version='1.0.1', | ||
| description='Markdown extension to add spanning for rows and cells ' | ||
| 'in tables.', | ||
| url='https://github.com/galaxy4public/cell_row_span', | ||
| py_modules=['cell_row_span'], | ||
| require=['markdown'], | ||
| ) |
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.
This block should be deleted if the change is to be accepted since it is a part of my local fork's README.md.