diff --git a/docs/databases.md b/docs/databases.md
index 2eacc602..60d51dab 100644
--- a/docs/databases.md
+++ b/docs/databases.md
@@ -101,4 +101,4 @@ print(df)
 
 [Open in SLMat]: https://img.shields.io/badge/Open-SLMat-blue
 
-[Open in Colab]: https://colab.research.google.com/assets/colab-badge.svg
+[Open in Colab]: https://colab.research.google.com/assets/colab-badge.svg
\ No newline at end of file
diff --git a/jarvis/__init__.py b/jarvis/__init__.py
index aae434fd..f2e6522c 100644
--- a/jarvis/__init__.py
+++ b/jarvis/__init__.py
@@ -10,4 +10,4 @@ def test(*args):
     import pytest
 
     path = os.path.join(os.path.split(__file__)[0], "tests")
-    pytest.main(args=[path] + list(args))
+    pytest.main(args=[path] + list(args))
\ No newline at end of file
diff --git a/setup.py b/setup.py
index c0ce6d89..2f5f2c25 100644
--- a/setup.py
+++ b/setup.py
@@ -81,9 +81,9 @@
         "Programming Language :: Python :: 3.6",
         "Development Status :: 4 - Beta",
         "Intended Audience :: Science/Research",
-        "License :: OSI Approved :: MIT License",
+        "License :: NIST License",
         "Operating System :: OS Independent",
         "Topic :: Scientific/Engineering",
     ],
     # scripts=glob.glob(os.path.join(JARVIS_DIR,  "*"))
-)
+)
\ No newline at end of file