We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c7e2e commit add3260Copy full SHA for add3260
README.md
@@ -1,4 +1,4 @@
1
-# plane
+# plane-sdk
2
The Plane REST API
3
4
Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
setup.py
@@ -21,7 +21,7 @@
21
#
22
# prerequisite: setuptools
23
# http://pypi.python.org/pypi/setuptools
24
-NAME = "plane"
+NAME = "plane-sdk"
25
VERSION = "0.1.0"
26
PYTHON_REQUIRES = ">=3.7"
27
REQUIRES = [
0 commit comments