-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Initial commit (#3) * add version file with initial version 0.0.1 * initial commit w/o src code * adds src code * update documentation for htmlwriter package and add API contents * enhance README with project status, components, and badges * update README and documentation for htmlwriter usage, examples, and project name * correct capitalization of "Markdown" in usage examples and notes * updates with suggestions * refactor: rename project to ecifl2html (#6) * chore: Initial commit (#3) (#4) * add version file with initial version 0.0.1 * initial commit w/o src code * adds src code * update documentation for htmlwriter package and add API contents * enhance README with project status, components, and badges * update README and documentation for htmlwriter usage, examples, and project name * correct capitalization of "Markdown" in usage examples and notes * updates with suggestions * refactor: rename package from htmlwriter to md2tag and update documentation * refactor: remove unused htmlwriter module and update README and setup.py links * refactor: rename package from md2tag to ecifl2html and update related documentation * refactor: update README and documentation to reflect changes from MarkdownToHTML to FormattedTextToHTML * refactor: update README and documentation to reflect changes from MarkdownToHTML to FormattedTextToHTML
- Loading branch information
Showing
9 changed files
with
318 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.1 | ||
0.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ecifl2html | ||
======== | ||
|
||
.. automodule:: ecifl2html | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
version = version_file.read().strip() | ||
|
||
setup( | ||
name="htmlwriter", | ||
name="ecifl2html", | ||
version=version, | ||
author="Elizabeth Consulting International Inc.", | ||
author_email="[email protected]", | ||
|
@@ -14,12 +14,12 @@ | |
), | ||
long_description=open("README.md", encoding="utf-8").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/ec-intl/htmlwriter", | ||
url="https://github.com/ec-intl/ecifl2html", | ||
project_urls={ | ||
"Homepage": "https://github.com/ec-intl/htmlwriter", | ||
"Issues": "https://github.com/ec-intl/htmlwriterissues", | ||
"Homepage": "https://github.com/ec-intl/ecifl2html", | ||
"Issues": "https://github.com/ec-intl/ecifl2html/issues", | ||
}, | ||
packages=["htmlwriter"], | ||
packages=["ecifl2html"], | ||
package_dir={"": "src"}, | ||
license="Apache License 2.0", | ||
classifiers=[ | ||
|
Empty file.
Oops, something went wrong.