Skip to content
Snippets Groups Projects
Unverified Commit c6de26ff authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix the docs

parent cca9d3f5
No related branches found
No related tags found
No related merge requests found
Changelog Changelog
========= =========
v1.3 v3.0
---- ----
* switched to GitHub Actions for CI/CD * switched to GitHub Actions for CI/CD
......
# coding: utf-8 # coding: utf-8
[metadata] [metadata]
version = 2.12 version = 3.0
name = minijson name = minijson
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8 long_description_content_type = text/markdown; charset=UTF-8
...@@ -9,11 +9,11 @@ license_files = ...@@ -9,11 +9,11 @@ license_files =
LICENSE LICENSE
author_email = piotr.maslanka@dronehub.ai author_email = piotr.maslanka@dronehub.ai
description = A library for serializing JSON in a small binary format description = A library for serializing JSON in a small binary format
url = https://github.com/Dronehub/minijson url = https://github.com/smok-serwis/minijson
project_urls = project_urls =
Documentation = https://minijson.readthedocs.io/ Documentation = https://minijson.readthedocs.io/
Code = https://github.com/Dronehub/minijson Code = https://github.com/smok-serwis/minijson
Issue tracker = https://github.com/Dronehub/minijson/issues Issue tracker = https://github.com/smok-serwis/minijson/issues
classifier = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Programming Language :: Python Programming Language :: Python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment