diff --git a/README.rst b/README.rst index 4e95133..12cff20 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ And you: And it will help you to: - generate the documentation with Coreapi, - test it with Tox, - - package it (TODO with) Docker, + - package it Docker, - deploy it (TODO with) Terraform or Ansible It sounds simple and it is. Take a look at `Drf-microservice`_ it's now generated by `Cookiescutter-drf-microservice`_. diff --git a/setup.py b/setup.py index 955a8a0..a74e6aa 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(package): # todo: move to util2devops lib, from DRF setup # https://pypi.org/classifiers/ classifiers=[ 'Development Status :: 2 - Pre-Alpha', - 'Framework :: Django :: 2.1', + 'Framework :: Django :: 2.2', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Operating System :: OS Independent',