summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved templates/ under lpschedule_generator modulersiddharth2015-12-191-2/+3
|
* setup.py: added `classifiers`.rsiddharth2015-12-191-0/+12
|
* Updated setup.pyrsiddharth2015-12-191-2/+10
| | | | | | | | | | | Added: - long_description - platforms - license - entry_points: (lps_gen:main) Updated: - version: now read from lps_gen.__version__
* updated lps_gen.RenderHTMLrsiddharth2015-12-191-3/+7
| | | | | - Now handles the case when the template does not exist. - HTML output is now prettified by BeautifulSoup.
* setup.py: Added `Jinja2` to `install_requires`.rsiddharth2015-12-151-1/+1
|
* updated setup.pyrsiddharth2015-12-131-4/+2
|
* updated copyright header (authors -> contributors)rsiddharth2015-12-121-1/+1
|
* Removed `markdown` from `install_requires`rsiddharth2015-12-121-1/+1
| | | | We are using `mistune` for parsing markdown.
* mark2html class added with mistune dependencyjantwisted2015-10-081-1/+1
|
* setup.py: added markdown as a dependency.rsiddharth2015-10-061-1/+1
|
* Added license info.rsiddharth2015-10-061-0/+18
| | | | | | | | | new file: COPYING modified: lpschedule/file.py modified: lpschedule/generator.py modified: setup.py modified: tests/file_tests.py modified: tests/generator_tests.py
* updated setup.pyrsiddharth2015-10-061-1/+1
|
* added setup.pyrsiddharth2015-10-011-0/+19