Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 9050980

Browse files
committed
Update setup to publish to both clever and clever-python
1 parent e22975d commit 9050980

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

setup.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,19 @@
3939
The Clever API
4040
"""
4141
)
42+
43+
# We publish to both 'clever' and 'clever-python'
44+
setup(
45+
name=clever,
46+
version=VERSION,
47+
description="Clever API",
48+
author_email="",
49+
url="",
50+
keywords=["Swagger", "Clever API"],
51+
install_requires=REQUIRES,
52+
packages=find_packages(),
53+
include_package_data=True,
54+
long_description="""\
55+
The Clever API
56+
"""
57+
)

0 commit comments

Comments
 (0)