Metadata-Version: 2.4
Name: chenjd-hello-test
Version: 0.0.1
Summary: A hello world test for PyPI upload from internal network
Author: chenjd
License: MIT
Project-URL: Homepage, https://pypi.org/project/chenjd-hello-test/
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# chenjd-hello-test

A simple test package to verify PyPI upload from internal network.

## Usage

```python
from chenjd_hello_test import hello
print(hello())
```
