File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ [metadata]
2+ name = example-pkg-YOUR-USERNAME-HERE
3+ version = 0.0.1
4+ author = Example Author
5+ 6+ description = A small example package
7+ long_description = file: README.md
8+ long_description_content_type = text/markdown
9+ license = MIT
10+ url = https://github.com/pypa/sampleproject
11+ project_urls =
12+ Documentation = https://docs.hyper.co/reference
13+ Source Code = https://github.com/meta-labs/hyper-python
14+ install_requirements =
15+ requests >= 2.20; python_version >= '3.0'
16+ classifiers =
17+ Programming Language :: Python :: 3
18+ License :: OSI Approved :: MIT License
19+ Operating System :: OS Independent
20+
21+ [options]
22+ package_dir =
23+ = src
24+ packages = find:
25+ python_requires = >=3.0
26+
27+ [options.packages.find]
28+ where = src
Original file line number Diff line number Diff line change 10101111 description = 'Python library for the Hyper API.' ,
1212 long_description = long_description ,
13- long_description_content_type = '' ,
13+ long_description_content_type = 'text/markdown ' ,
1414 license = 'MIT' ,
1515 url = 'https://github.com/meta-labs/hyper-python' ,
1616 project_urls = {
You can’t perform that action at this time.
0 commit comments