Skip to content

Commit fa51839

Browse files
authored
Fix PyPI package Upload
1 parent e6767cb commit fa51839

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/user_guide/installation.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ python -m pip install <xmlcli-x.x.x.whl> --proxy <proxy-url>
2121
```shell
2222
python -m pip install <repo-url> --proxy <proxy-url>
2323
```
24+
25+
## Method 4: Install via Git
26+
27+
```shell
28+
python -m pip install git+https://github.com/intel/xml-cli
29+
```

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ description = "UFFAF - UEFI Firmware Foundational Automation Framework (formerly
88
commit = True
99
tag = True
1010
license_files = LICENSE
11-
long_description = file: README.md, HISTORY.rst, LICENSE_THIRD_PARTY
12-
keywords = xmlcli, xml-cli, framework, automation, validation, bios, xml
11+
long_description = file: README.md, LICENSE_THIRD_PARTY
12+
long_description_content_type = text/markdown
13+
keywords = uffaf, xmlcli, xml-cli, framework, automation, validation, bios, xml
1314
license = BSD 3-Clause License
1415
classifiers =
1516
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)