Skip to content

Commit 4966c62

Browse files
authored
fix(pypi): Add Manifest.in and fix readme (#7)
1 parent e28fe0a commit 4966c62

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.md
2+
include requirements.txt
3+
include requirements-dev.txt

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# IBM Cloud Virtual Private Cloud (VPC) Python SDK Version 0.0.2
66

7-
Python client library to interact with various [IBM Cloud Virtual Private Cloud (VPC) Service APIs](https://cloud.ibm.com/apidocs?category=vpc).
7+
Python client library to interact with various [IBM Cloud Virtual Private Cloud (VPC) Service APIs](https://cloud.ibm.com/apidocs/vpc).
88

99
## Table of Contents
1010

@@ -185,16 +185,16 @@ please ask a question
185185

186186
## Issues
187187
If you encounter an issue with the project, you are welcome to submit a
188-
[bug report](<https://github.com/IBM/vpc-python-sdk/issues).
188+
[bug report](https://github.com/IBM/vpc-python-sdk/issues).
189189
Before that, please search for similar issues. It's possible that someone has already reported the problem.
190190

191191
## Open source @ IBM
192192
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
193193

194194
## Contributing
195-
See [CONTRIBUTING](CONTRIBUTING.md).
195+
See [CONTRIBUTING](https://github.com/IBM/vpc-python-sdk/blob/master/CONTRIBUTING.md).
196196

197197
## License
198198

199199
This SDK is released under the Apache 2.0 license.
200-
The license's full text can be found in [LICENSE](LICENSE).
200+
The license's full text can be found in [LICENSE](https://github.com/IBM/vpc-python-sdk/blob/master/LICENSE).

0 commit comments

Comments
 (0)