Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 8caec65

Browse files
Update setup.py
1 parent bf15c65 commit 8caec65

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
setuptools.setup(
77
name='labelpandas',
88
version='0.0.85',
9-
packages=setuptools.find_packages(),
10-
url='https://github.com/Labelbox/labelpandas',
9+
author='Labelbox',
10+
author_email="raphael@labelbox.com",
1111
description='Labelbox Connector for Pandas',
1212
long_description=long_description,
13-
long_description_content_type="text/markdown",
14-
author_email="raphael@labelbox.com",
13+
long_description_content_type="text/markdown",
14+
url='https://github.com/Labelbox/labelpandas',
15+
packages=setuptools.find_packages(),
1516
install_requires=["labelbox", "labelbase", "packaging"]
1617
)

0 commit comments

Comments
 (0)