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 3df8cdb commit d21e81fCopy full SHA for d21e81f
.gitignore
@@ -6,6 +6,7 @@ __pycache__/
6
# C extensions
7
*.so
8
.idea/
9
+.vscode/
10
11
# Distribution / packaging
12
.Python
setup.py
@@ -38,7 +38,8 @@ def get_version(rel_path):
38
long_description=long_description,
39
long_description_content_type="text/markdown",
40
url="https://github.com/packethost/packet-python",
41
- author="Packet Developers",
+ author="Equinix Metal Developers",
42
+ author_email="[email protected]",
43
license="LGPL v3",
44
keywords="packet api client",
45
packages=["packet"],
0 commit comments