We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da84129 commit d11f151Copy full SHA for d11f151
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="random_profile",
9
- version="0.2.3",
+ version="0.2.4",
10
author="Deepak Raj",
11
author_email="deepak008@live.com",
12
description="Generate Random Profile",
@@ -15,6 +15,11 @@
15
data_files=[('assets', glob('random_profile/assets/*'))],
16
url="https://github.com/codePerfectPlus/Random-Profile-Generator",
17
packages=setuptools.find_packages(),
18
+ project_urls= {
19
+ "Documentation": "https://pycontributors.readthedocs.io/projects/randomprofilegenerator/en/latest/",
20
+ "Source": "https://github.com/Py-Contributors/RandomProfileGenerator",
21
+ "Tracker": "https://github.com/Py-Contributors/RandomProfileGenerator/issues"
22
+ },
23
classifiers=[
24
"Development Status :: 5 - Production/Stable",
25
"Programming Language :: Python :: 3",
0 commit comments