From 39ac0f8a30be6272116f86ba30631d457cf7577f Mon Sep 17 00:00:00 2001 From: Vasil Slavov Date: Thu, 20 Jun 2019 17:03:57 +0300 Subject: [PATCH] Update `LICENSE` --- LICENSE | 6 ++++-- setup.py | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 335ea9d..83a55da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -Copyright (c) 2018 The Python Packaging Authority +MIT License + +Copyright (c) 2019 HackSoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/setup.py b/setup.py index be934c2..3b39296 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - 'django', - 'djangorestframework' + 'django' ] # What packages are optional?