Commit Graph

16 Commits

Author SHA1 Message Date
762318093c Force black formatting
Black removes the burden of manual code formatting and is by now
considered the standard Python formatting tool.

https://black.readthedocs.io/en/stable/

Format all Python code with black.

GitHub linting action is updated to ensure all files are formatted with
Black.

Signed-off-by: Piotr Husiatyński <phusiatynski@gmail.com>
2022-03-01 17:16:04 +03:00
8cd97682d0 FIXES #370: bug-for-bug hanlding of .env 2021-12-10 01:01:45 +02:00
66ce2a34f5 release 0.1.8 2021-11-15 00:27:03 +02:00
785f7ad8a3 Get version info with setup.cfg 2021-09-11 23:35:36 +03:00
4a5fd23a2e #275 make pipx happy 2021-09-08 14:23:02 +03:00
b3090c3c3a Mode Python installation and test deps to requirement files
Installation with setup.py fails on missing yaml package, which should
be installed by "install_requires" but this also does not work because
podman_compose.__version__ also needs yaml.
Put all the Python dependencies into separate files:
    - requirements.txt
    - test-requirements.txt
2021-04-29 19:19:14 +03:00
29d4cdc9ab Remove unused funtion in setup.py
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
2019-10-13 00:31:50 +03:00
f008986633 release 0.1.5 2019-09-03 18:38:57 +03:00
470f8a3851 update readme and no arguments print help 2019-09-03 00:19:07 +03:00
3ae85b54a2 Version up 2019-08-22 00:31:53 +02:00
f7eb91ec99 Remove unnecessary parts from setup.py 2019-08-22 00:31:36 +02:00
0501ea6084 Use twine for uploads 2019-08-22 00:15:59 +02:00
5b1e0f1737 Fix wrong path to find packages 2019-08-22 00:01:51 +02:00
e0fae78c05 Fix PyPI long description 2019-08-21 23:39:48 +02:00
8c226b04c6 author update 2019-08-21 22:54:16 +02:00
6846b27585 Python packaging 2019-08-21 22:45:53 +02:00