remove obsoleted files

This commit is contained in:
2025-11-20 16:59:30 +01:00
parent e0c1d34e4a
commit 0ea89ffd18
6 changed files with 0 additions and 34 deletions

View File

@@ -1,8 +0,0 @@
Metadata-Version: 2.4
Name: battleflow
Version: 0.1.0
Summary: Battleflow — OBS-friendly initiative board for tabletop encounters
Author: Aetryos Workshop
Requires-Python: >=3.9
Requires-Dist: flask>=3.0.0
Requires-Dist: werkzeug>=3.0.0

View File

@@ -1,20 +0,0 @@
README.md
pyproject.toml
battleflow/__init__.py
battleflow/cli.py
battleflow/config.py
battleflow/models.py
battleflow/security.py
battleflow/state.py
battleflow/storage.py
battleflow.egg-info/PKG-INFO
battleflow.egg-info/SOURCES.txt
battleflow.egg-info/dependency_links.txt
battleflow.egg-info/entry_points.txt
battleflow.egg-info/requires.txt
battleflow.egg-info/top_level.txt
battleflow/routes/__init__.py
battleflow/routes/admin.py
battleflow/routes/api.py
battleflow/routes/board.py
tests/test_api_basic.py

View File

@@ -1 +0,0 @@

View File

@@ -1,2 +0,0 @@
[console_scripts]
battleflow = battleflow.cli:main

View File

@@ -1,2 +0,0 @@
flask>=3.0.0
werkzeug>=3.0.0

View File

@@ -1 +0,0 @@
battleflow