summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Format via black.rsiddharth2020-07-091-33/+39
|
* setup.py: Update install_requiresrsiddharth2020-07-091-1/+1
| | | | | | | I think mistune's upcoming version 2 might be not compatible with version 1. lpschedule-generator might not work with mistune version 2 or greater. So, specify lower and upper bounds for the mistune version.
* setup.py: Update config.rsiddharth2019-07-201-2/+2
| | | | | * lpschedule_generator/_version.py: Bump to 0.10.dev1 * setup.py (config): Remove platforms, update classifiers.
* setup.py: Update config.rsiddharth2019-07-131-1/+2
| | | | | setup.py (config.py_modules): Update field. (config.packages): New field.
* setup.py: Update config.rsiddharth2019-07-131-0/+3
| | | | * setup.py (config): Add package_data.
* setup.py: Update config.rsiddharth2019-07-131-22/+0
| | | | * setup.py (config): Remove data_files.
* setup.py: Update config.classifiers.rsiddharth2018-09-091-3/+1
| | | | Change 'Programming Language' to Python 3 only.
* Dedicate to Public Domain.rsiddharth2018-09-091-2/+2
| | | | | | | | | | | | * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0.
* setup.py: Update read.rsiddharth2018-08-231-2/+2
| | | | | - Remove 'b' flag. - Change print -> print().
* setup.py: Change license to Public Domain.rsiddharth2018-08-191-14/+1
|
* setup.py: Update config.install_requires.rsiddharth2018-08-191-1/+2
| | | | Ensure line length <= 72.
* setup.py: Update config.rsiddharth2018-08-191-0/+5
| | | | Add lp-schedule 2019 template.
* setup.py: Update copyright year.rsiddharth2017-07-071-1/+1
|
* setup.py: Update data_files.rsiddharth2017-07-061-7/+16
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update config.rsiddharth2017-07-061-1/+4
|
* setup.py: Update `data_files`rsiddharth2017-03-071-1/+3
| | | | | | Include 2017 lp-schedule.jinja2 in `data_files`. * lpschedule_generator/_version.py (__version__): Update variable.
* 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