summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* update copyright.rsiddharth2016-05-111-1/+1
|
* Initial version of LPiCal class done.rsiddharth2016-03-181-1/+1
| | | | Addresses issue #8.
* Moved _version elsewhere.rsiddharth2016-03-051-2/+2
| | | | It is now at lpschedule_generator/_version.py
* fixed setup.pyrsiddharth2016-03-051-3/+12
| | | | | | | - version info is loaded from _version.py - to read the README.rst (for long_description), we now use a function defined in setup.py instead of using `lps_gen.read_file` function.
* setup.py: updated `data_files`.rsiddharth2016-02-131-1/+1
|
* setup.py: added `data_files`rsiddharth2016-02-131-1/+3
| | | | Removed `packages`.
* updated setup.pyrsiddharth2016-02-071-1/+0
| | | | Removed `package-data`; templates are not part of the script anymore.
* Initial version LP Speakers Renderer ready.rsiddharth2016-02-061-1/+1
| | | | | | | | | | | | - New classes: - LPSpeakersRenderer - LPSpeakersMarkdown + tests for them - New package dependency - unidecode Address issue #1.
* updated setup.pyrsiddharth2016-01-271-4/+2
|
* setup.py: added `test_suite`.rsiddharth2015-12-201-0/+1
| | | | Now tests can be run with `python setup.py test` command.
* setup.py: added `tests_require`.rsiddharth2015-12-201-1/+2
| | | | | Removed packages needed for testing from `install_requires` and added them to `tests_require`.
* setup.py: fixed long_descriptionrsiddharth2015-12-201-1/+1
| | | | | It was pointing to README.md (non-existent); now it points to README.rst.
* 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