Browse Source

Merge branch 'main' of https://github.com/Learnware-LAMDA/Learnware into table_benchmark_update

tags/v0.3.2
bxdd 2 years ago
parent
commit
358e6dbaec
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/PULL_REQUEST_TEMPLATE.md
  2. +1
    -1
      README.md
  3. +1
    -1
      setup.py

+ 1
- 1
.github/PULL_REQUEST_TEMPLATE.md View File

@@ -12,4 +12,4 @@
<!--- Put an `x` in the boxes as follows. --->
- [ ] This PR fixes bugs
- [ ] This PR adds new features
- [ ] This PR update documentations or fixes typo
- [ ] This PR updates documentations or fixes typos

+ 1
- 1
README.md View File

@@ -9,7 +9,7 @@
<img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/learnware.svg?logo=python&logoColor=white">
</a>
<a href="https://pypi.org/project/learnware/#files">
<img alt="Platform" src="https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20macos-lightgrey">
<img alt="Platform" src="https://img.shields.io/badge/platform-linux%20%7C%20windows-lightgrey">
</a>
<a href="https://pypi.org/project/learnware/#history">
<img alt="PypI Versions" src="https://img.shields.io/pypi/v/learnware">


+ 1
- 1
setup.py View File

@@ -19,7 +19,7 @@ def get_version(rel_path: str) -> str:

# Package meta-data.
NAME = "learnware"
DESCRIPTION = "learnware market project"
DESCRIPTION = "The learnware package supports the submission, usability testing, organization, identification, deployment, and reuse of learnware."
REQUIRES_PYTHON = ">=3.6.0"
VERSION = get_version("learnware/__init__.py")



Loading…
Cancel
Save