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

Commit bf15c65

Browse files
Update setup.py
1 parent f0fe205 commit bf15c65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name='labelpandas',
8-
version='0.0.85',
9-
packages=setuptools.find_packages(),
10-
url='https://github.com/Labelbox/labelpandas',
11-
description='Labelbox Connector for Pandas',
12-
long_description=long_description,
13-
long_description_content_type="text/markdown",
14-
author_email="raphael@labelbox.com",
15-
install_requires=["labelbox", "labelbase", "packaging"]
7+
name='labelpandas',
8+
version='0.0.85',
9+
packages=setuptools.find_packages(),
10+
url='https://github.com/Labelbox/labelpandas',
11+
description='Labelbox Connector for Pandas',
12+
long_description=long_description,
13+
long_description_content_type="text/markdown",
14+
author_email="raphael@labelbox.com",
15+
install_requires=["labelbox", "labelbase", "packaging"]
1616
)

0 commit comments

Comments
 (0)