From 57105e72c24ef04ad96857f51e5e9060e6aff1f6 Mon Sep 17 00:00:00 2001 From: Charles Menguy Date: Sun, 7 Feb 2016 19:27:07 -0500 Subject: [PATCH] Config for pypi --- README.md | 9 +++++++++ setup.cfg | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 setup.cfg diff --git a/README.md b/README.md index 044f578..bf18dd7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ Setting name | Default value | Usage `RESUME_PANDOC` | pandoc | Path to your `pandoc` command. If `pandoc` is in your `PATH`, then it can be left as default. `RESUME_WKHTMLTOPDF` | wkhtmltopdf | Path to your `wkhtmltopdf` command. If `wkhtmltopdf` is in your `PATH`, then it can be left as default. +Usage +===== + +Once you have the plugin properly configured, it will generate a PDF version of your resume automatically under the +`RESUME_PDF` location everytime you run `pelican content`. + +It can then easily be embedded into your Pelican website by referencing that location - thus ensuring your visitors +can download the latest version of your resume which is consistent with your Markdown file. + Contributing ============ diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..72e00c0 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[wheel] +universal = 1 + +[metadata] +description-file = README.md \ No newline at end of file