diff --git a/LICENSE b/LICENSE index 8977e93e..1ac9797d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Tomáš Kukrál +Copyright (c) 2017 Mirantis Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/kqueen/tests/__init__.py b/kqueen/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/run_aks_test.py b/kqueen/tests/run_aks_test.py similarity index 100% rename from run_aks_test.py rename to kqueen/tests/run_aks_test.py diff --git a/run_gke_test.py b/kqueen/tests/run_gke_test.py similarity index 100% rename from run_gke_test.py rename to kqueen/tests/run_gke_test.py diff --git a/setup.cfg b/setup.cfg index 29e191c7..9fb6f4f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ exclude = __pycache__, devenv.py, ./.eggs/, - ./venv/ + ./venv/ [coverage:run]