From 5c54049e12e1925dcac5b31e5ffd4ac09459a77b Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Thu, 13 Oct 2016 13:59:02 +0200 Subject: [PATCH] Remove unused file links, remove unmaintained list of deps in README --- MANIFEST | 7 ------- MANIFEST.in | 1 - README | 1 - README.rst | 17 +++++++++++------ 4 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 MANIFEST delete mode 120000 README diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index f4f151a0..00000000 --- a/MANIFEST +++ /dev/null @@ -1,7 +0,0 @@ -include COPYING -include README.md -include README.rst -include setup.cfg -include model_chart_wiki.pdf -recursive-include wiki *.html *.txt *.png *.js *.css *.gif *.less *.mo *.po *.otf *.svg *.woff *.eot *.ttf -prune wiki/attachments diff --git a/MANIFEST.in b/MANIFEST.in index 41fb7321..fdc0e444 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ include COPYING -include README.md include README.rst include setup.cfg include model_chart_wiki.pdf diff --git a/README b/README deleted file mode 120000 index 92cacd28..00000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.rst \ No newline at end of file diff --git a/README.rst b/README.rst index 40609009..ad60409b 100644 --- a/README.rst +++ b/README.rst @@ -252,18 +252,22 @@ Q&A hierarchies and full control of their permissions. See this discussion: https://github.com/django-wiki/django-wiki/issues/63 + Requirements ------------ -- `django>=1.5<1.7 `__ - Django 1.7 will - be released in version 0.1, but should run on 0.0.24 -- `django-south `__ -- `Markdown>=2.2.0 `__ +Please refer to current release to see exact version dependencies. And +make note that Pillow needs to have certain build dependencies satisfied +on your host system. + +- `Django `__ +- `Markdown `__ - `django-mptt `__ - `django-sekizai `__ - `sorl-thumbnail `__ -- Pillow (Python Imaging Library) -- Python>=2.6 or Python>=3.2 +- `Pillow (Python Imaging Library) `__ +- Python>=2.7 or Python>=3.2 + Development ----------- @@ -274,6 +278,7 @@ project should always be maintained, but please do not commit changes to the SQLite database as we only care about its contents in case data models are changed. + Acknowledgements ---------------- -- 2.45.2