Skip to content

Commit e0eb42b

Browse files
Include link to GitHub in README.md for tracking back from PyPI.
1 parent 05769a2 commit e0eb42b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ For more details, check the documentation: https://docs.aws.amazon.com/codeguru/
44

55
## How to use it
66

7-
This package is released to PyPI, so use it as any Python package from PyPI: https://pypi.org/project/codeguru-profiler-agent
7+
This package is being released to PyPI as [codeguru-profiler-agent](https://pypi.org/project/codeguru-profiler-agent), so use it as any Python package from PyPI.
88

99
For a demo application that uses this agent, check our [demo application](https://github.com/aws-samples/aws-codeguru-profiler-python-demo-application).
1010

11-
## Release to PyPI
11+
## How to contribute
12+
13+
Check the GitHub repository at [aws/amazon-codeguru-profiler-python-agent](https://github.com/aws/amazon-codeguru-profiler-python-agent).
14+
15+
See [CONTRIBUTING](CONTRIBUTING.md) for details.
16+
17+
## How to release to PyPI
1218

1319
Use the `setup.py` script to create the archive.
1420

@@ -18,5 +24,5 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
1824

1925
## License
2026

21-
This project is licensed under the Apache-2.0 License.
27+
This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for details.
2228

0 commit comments

Comments
 (0)