Version 0.2 finally first commit
This commit is contained in:
16
src/bpe_subdomain_server/__init__.py
Normal file
16
src/bpe_subdomain_server/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user