Version 0.2 finally first commit

This commit is contained in:
Doc
2025-10-01 20:27:37 -04:00
commit 71e933be72
22 changed files with 1509 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Project: subdomain_server
# Package: bpe_subdomain_server
# Description: The server component for authorized, non-owners to request a subdomain to be updated.
# Author: BipolarExpedition(Doc1979)
# Email: lastdoc39@gmail.com
# License: MIT
# Repository (if exists): "https://github.com/BipolarExpedition/subdomain_server"
__version__ = "0.0.2"
__author__ = "BipolarExpedition(Doc1979)"
__email__ = "lastdoc39@gmail.com"
__projectDescription__ = "The server component for authorized, non-owners to request a subdomain to be updated."
__description__ = "The server component for authorized, non-owners to request a subdomain to be updated."
__projectName__ = "subdomain_server"
__packageName__ = "bpe_subdomain_server"
__githubProfile__ = "https://github.com/BipolarExpedition"