Skip to content

Commit

Permalink
Update README.rst and Django version in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 20, 2019
1 parent 38ff77c commit 0694220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0694220

Please sign in to comment.