17 lines
779 B
Python
17 lines
779 B
Python
# 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"
|