diff --git a/README.md b/README.md
index 568f10a..fa2711f 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ print (SecuMas.isin.dummy(5))
# Code contributions
-> [Check ToDo](https://github.com/deolekar/MMjs/blob/main/ToDo.txt)
+> [Check ToDo](https://github.com/deolekar/SecuMas/blob/master/ToDo.txt)
Improvements to SecuMas are most welcome. Integrating contributions will be done on a best-effort basis and can be made easier if the following are considered:
diff --git a/docs/assets/images/favicon.png b/docs/assets/images/favicon.png
new file mode 100644
index 0000000..5c67edd
Binary files /dev/null and b/docs/assets/images/favicon.png differ
diff --git a/docs/assets/logo.png b/docs/assets/logo.png
new file mode 100644
index 0000000..cd614dd
Binary files /dev/null and b/docs/assets/logo.png differ
diff --git a/mkdocs.yml b/mkdocs.yml
index eb4b21a..7c64f9b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,9 +1,11 @@
site_name: SecuMas (Security Master Library)
site_url: https://deolekar.github.io/SecuMas/
theme:
+ logo: assets/logo.png
name: material
features:
- navigation.tabs
+ - navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
@@ -48,4 +50,4 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg
copyright: |
- © 2023 A Deolekar
+ © 2024 A Deolekar
diff --git a/setup.py b/setup.py
index faf01e4..7595945 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
setup(
name="SecuMas",
- version="0.0.1.4",
+ version="0.0.1.5",
author="A Deolekar",
author_email="sher.buk@gmail.com",
url="https://secumas.dev",
@@ -16,10 +16,6 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: 3.5',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',