diff --git a/MANIFEST.in b/MANIFEST.in index 689e50f..9c8317c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include LICENSE -include README.md \ No newline at end of file +include README.rst \ No newline at end of file diff --git a/README.rst b/README.rst index 9e5746a..c08ba32 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,11 @@ django-dcat django-dcat is a Django app that provides a model layer for `DCAT 3.0 `_ metadata and some command line tools to import data to it, to create vocabularies and more. +.. warning:: + + This is a work in progress and it is not stable for production. Feel free to drop a comment in discussions + if you have any questions or suggestions. + Quick start ########### diff --git a/setup.cfg b/setup.cfg index f478395..0d0314e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-dcat -version = 0.1.2 +version = 0.0.1 description = A Django app that provides a model layer and tools for DCAT applications. long_description = file: README.rst url = https://github.com/pdelboca/django-dcat/