Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
requirements now uses ~= for mak-serialization-tools (setup.cfg matches this)
README updated to use new links pointing to the org repo instead of my personal
  • Loading branch information
ModernMAK committed Sep 28, 2022
1 parent f035f45 commit 6f9f29e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Relic Tool - UCS
[![PyPI](https://img.shields.io/pypi/v/relic-tool-ucs)](https://pypi.org/project/relic-tool-ucs/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/relic-tool-ucs)](https://www.python.org/downloads/)
[![PyPI - License](https://img.shields.io/pypi/l/relic-tool-ucs)](https://github.com/ModernMAK/Relic-Tool-UCS/blob/main/LICENSE.txt)
[![PyPI - License](https://img.shields.io/pypi/l/relic-tool-ucs)](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/blob/main/LICENSE.txt)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Pytest](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/pytest.yml/badge.svg)](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/pytest.yml)
[![Pylint](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/pylint.yml/badge.svg)](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/pylint.yml)
[![MyPy](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/mypy.yml/badge.svg)](https://github.com/ModernMAK/Relic-Tool-UCS/actions/workflows/mypy.yml)
[![Pytest](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/actions/workflows/pytest.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/actions/workflows/pytest.yml)
[![Pylint](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/actions/workflows/pylint.yml/badge.svg)](https://github.com/MAK-Relic-/Relic-Tool-UCS/actions/workflows/pylint.yml)
[![MyPy](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/actions/workflows/mypy.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-UCS/actions/workflows/mypy.yml)
#### Disclaimer
Not affiliated with Sega, Relic Entertainment, or THQ.

#### Description
A library for reading / writing Relic's UCS (Language) files.

Expand All @@ -21,16 +22,6 @@ pip install relic-tool-ucs
### Installing from GitHub
For more information, see [pip VCS support](https://pip.pypa.io/en/stable/topics/vcs-support/#git)
```
pip install git+https://github.com/ModernMAK/Relic-Tool-UCS
pip install git+https://github.com/MAK-Relic-Tool/Relic-Tool-UCS
```

## Usage
### As a Python Library
*Details pending*

### As a Command Line Tool
*Details pending*

## Format Specifications
Information on Relic's UCS files can be found on the [Wiki](https://github.com/ModernMAK/Relic-Tool-UCS/wiki).

Binary file modified requirements.txt
Binary file not shown.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ description = A library for reading / writing Relic's UCS (Language) files.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ModernMAK/Relic-Tool-UCS
url = https://github.com/MAK-Relic-Tool/Relic-Tool-UCS
project_urls =
Bug Tracker = https://github.com/ModernMAK/Relic-Tool-UCS/issues
Bug Tracker = https://github.com/MAK-Relic-Tool/Issue-Tracker/issues
classifiers =
Programming Language :: Python :: 3 :: Only
Expand All @@ -26,7 +26,7 @@ package_dir =
= src
install_requires =
mak-serialization-tools == 2022.0a19
mak-serialization-tools ~= 2022.0a19
relic-tool-core ~= 1.0.0
packages = find_namespace:
Expand Down

0 comments on commit 6f9f29e

Please sign in to comment.