Skip to content

Commit 53365a4

Browse files
updayed the conf.py
1 parent ccf8371 commit 53365a4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
import sys
22
sys.path.append('.')
33

4-
from random_profile.__about__ import *
54
from datetime import datetime
65

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'
715

816
project = __package_name__
917
description = __description__

0 commit comments

Comments
 (0)