mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
v0.3.0-alpha
This commit is contained in:
+1
-16
@@ -1,21 +1,6 @@
|
||||
.venv
|
||||
.idea
|
||||
argenta/router/__pycache__/
|
||||
argenta/app/__pycache__/
|
||||
argenta/__pycache__/
|
||||
argenta/command/__pycache__
|
||||
argenta/command/params/__pycache__
|
||||
argenta/command/params/flag/__pycache__
|
||||
argenta/command/params/flag/flags_group/__pycache__
|
||||
argenta/command/params/flag/input_flag/__pycache__
|
||||
dist
|
||||
poetry.lock
|
||||
tests/__pycache__
|
||||
tests/mock_default_app/handlers/__pycache__/
|
||||
tests/mock_default_app/__pycache__/
|
||||
tests/mock_app/local_data_func/__pycache__/
|
||||
tests/mock_app/handlers/handlers_implementation/__pycache__/
|
||||
tests/mock_app/handlers/__pycache__/
|
||||
tests/mock_app/business_logic/__pycache__/
|
||||
tests/mock_app/__pycache__/
|
||||
*__pycache__/
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "argenta"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0-alpha"
|
||||
description = "python library for creating custom shells"
|
||||
authors = [
|
||||
{name = "kolo",email = "kolo.is.main@gmail.com"}
|
||||
|
||||
Reference in New Issue
Block a user