Skip to content

Commit

Permalink
Make a self-hosting out of the repository (#3)
Browse files Browse the repository at this point in the history
We add `package.json` so that you can use `mip` to install the package.
  • Loading branch information
mristin authored Apr 10, 2024
1 parent 5cbf6ba commit 415c0d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 77 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

2 changes: 1 addition & 1 deletion aas_core3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Manipulate and de/serialize Asset Administration Shells in Micropython."""

# Synchronize with __init__.py and changelog.rst!
# Synchronize with __init__.py, package.json and changelog.rst!
__version__ = "1.0.3"
__author__ = "Marko Ristin"
__copyright__ = "2024 Contributors to aas-core3.0-python"
Expand Down
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"urls": [
["aas_core3/__init__.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/__init__.py"],
["aas_core3/common.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/common.py"],
["aas_core3/constants.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/constants.py"],
["aas_core3/enum.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/enum.py"],
["aas_core3/jsonization.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/jsonization.py"],
["aas_core3/stringification.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/stringification.py"],
["aas_core3/types.py", "github:aas-core-works/aas-core3.0-micropython/aas_core3/types.py"]
],
"deps": [],
"version": "1.0.3"
}
40 changes: 0 additions & 40 deletions setup.py

This file was deleted.

0 comments on commit 415c0d4

Please sign in to comment.