Skip to content

Commit ddaa073

Browse files
committed
Update setup.py
1 parent af3daea commit ddaa073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
this_directory = Path(__file__).parent
44
long_description = (this_directory / "README.md").read_text()
5-
VERSION = '0.0.2'
5+
VERSION = '0.0.4'
66
DESCRIPTION = 'Head pose estimation module'
77

88
# Setting up
@@ -15,6 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
long_description=long_description,
1717
packages=find_packages(),
18+
url="https://github.com/geekysethi/headpose_estimation",
1819
install_requires=['efficientnet'],
1920
keywords=['python', 'image', 'face detection', 'headpose estimation', 'machine learning', 'computer vision'],
2021
include_package_data=True,

0 commit comments

Comments
 (0)