diff options
Diffstat (limited to 'src/hydrilla.builder.egg-info/PKG-INFO')
-rw-r--r-- | src/hydrilla.builder.egg-info/PKG-INFO | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/hydrilla.builder.egg-info/PKG-INFO b/src/hydrilla.builder.egg-info/PKG-INFO index 7724a25..8ec8222 100644 --- a/src/hydrilla.builder.egg-info/PKG-INFO +++ b/src/hydrilla.builder.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: hydrilla.builder -Version: 1.0 +Version: 1.1b1 Summary: Hydrilla package builder Home-page: https://git.koszko.org/hydrilla-builder Author: Wojtek Kosior @@ -24,19 +24,19 @@ Description: # Hydrilla builder ### Build + * build (a PEP517 package builder) * setuptools * wheel * setuptools_scm - * babel + * babel (Python library) ### Test * pytest - * reuse - ## Building & testing + ## Building & testing & installation from wheel - Build and test processed are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about). + Build, test and installation processes are analogous to those described in the [README of Hydrilla server part](https://git.koszko.org/pydrilla/about). ## Running @@ -50,6 +50,8 @@ Description: # Hydrilla builder ``` You might as well like to run from sources, without installation: + + ``` shell mkdir /tmp/bananowarzez/ ./setup.py compile_catalog # generate the necessary .po files PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \ @@ -86,4 +88,5 @@ Classifier: Topic :: Software Development :: Build Tools Requires-Python: >=3.7 Description-Content-Type: text/markdown Provides-Extra: setup +Provides-Extra: spdx Provides-Extra: test |