Skip to content

Commit

Permalink
Use pyproject.toml and drop outdated Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Aug 5, 2024
1 parent fb00601 commit 6be02ba
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 39 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pybeam
======
Python module to parse Erlang BEAM files.

Both python 2.7 and python 3.3 are supported. Python 3.2 are known not to work.
Pull-requests are always welcome.

## Quick start:
Expand Down
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "pybeam"
version = "0.7"
description = "Python module to parse Erlang BEAM files"
authors = [
{name = "Matwey V. Kornilov", email = "[email protected]"},
]
dependencies = [
"construct>=2.9,<2.11",
]
requires-python = ">=3.7"
readme = "README.md"
license = {file = "LICENSE"}

[project.urls]
Repository = "https://github.com/matwey/pybeam.git"
Issues = "https://github.com/matwey/pybeam/issues"
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

30 changes: 0 additions & 30 deletions setup.py

This file was deleted.

0 comments on commit 6be02ba

Please sign in to comment.