We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf8371 commit 53365a4Copy full SHA for 53365a4
docs/conf.py
@@ -1,9 +1,17 @@
1
import sys
2
sys.path.append('.')
3
4
-from random_profile.__about__ import *
5
from datetime import datetime
6
+__title__ = 'RandomProfileGenerator'
7
+__package_name__ = 'random_profile'
8
+__version__ = '3.0.2'
9
+__description__ = "Python Module To Generate Random Profile Data"
10
+__email__ = "[email protected]"
11
+__author__ = 'Deepak Raj'
12
+__github__ = 'https://github.com/Py-Contributors/RandomProfileGenerator'
13
+__pypi__ = 'https://pypi.org/project/random-profile/'
14
+__license__ = 'MIT License'
15
16
project = __package_name__
17
description = __description__
0 commit comments