Skip to content

Commit

Permalink
first step of packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Oct 31, 2023
1 parent 4cf2cb4 commit f3840b0
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
__pycache__/
.DS_store
.ruff_cache/
dist/
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include example.json
include swg.html
include alembic.ini
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
base info
Empty file added martin-eden/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "framework"
version = "0.3.0"
description = "custom async backend framework on sockets and without asyncio"
name = "martin-eden"
version = "0.8.0"
description = "async backend framework on sockets"
authors = ["mrtedn21 <[email protected]>"]
readme = "README.md"
repository = "https://github.com/mrtedn21/Eden"
packages = [
{ include = "martin-eden" },
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit f3840b0

Please sign in to comment.