summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Fix config.description.rsiddharth2018-05-061-1/+1
|
* Update copyright.rsiddharth2018-01-021-1/+1
| | | | | | | | * Makefile: Update file. * markdown_textwrap/_version.py: Update file. * md_tw.py: Update file. * setup.py: Update file. * tests/test_md_tw.py: Update file.
* setup.py: Update config.rsiddharth2017-12-171-1/+1
| | | | | | * requirements.txt: Pin mistune at 0.8.3. * setup.py (config [install_requires]): Pin mistune at 0.8.3.
* setup.py: Update config.rsiddharth2017-12-011-1/+0
|
* Initial commit.rsiddharth2017-07-161-0/+70
* .gitignore: New file. * CONTRIBUTORS: New file. * COPYING: New file. * HACKING.rst: New file. * Makefile: New file. * README.rst: New file. * markdown_textwrap/__init__.py: New file. * markdown_textwrap/_version.py: New file. * md_tw.py: New file. * requirements.txt: New file. * setup.py: New file. * tests/__init__.py: New file. * tests/test_md_tw.py: New file.