Skip to content

Commit

Permalink
Dev (#66)
Browse files Browse the repository at this point in the history
* README fix (#63)

* Minor change

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* Added badge to README

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* New version

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* New version

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* New version

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* New version

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

* New version

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>

---------

Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>
  • Loading branch information
Glindeb authored Apr 21, 2024
1 parent 489311c commit 33f281c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=64.0", "setuptools-scm>=8.0"]
requires = ["setuptools>=64.0"]
build-backend = "setuptools.build_meta"

[project]
name = "AES_Python"
dynamic = ["version"]
version = "v1.5.1"
description = "AES (Advanced Encryption Standard) implementation in Python-3"
readme = "README.md"
authors = [{name = "Gabriel Lindeblad", email = "Gabriel.Lindeblad@icloud.com"}]
Expand All @@ -18,8 +18,6 @@ classifiers = [
keywords = ["AES", "AES-Python", "Advanced Encryption Standard", "encryption", "cryptography"]
requires-python = ">=3.8"

[tool.setuptools_scm]

[project.optional-dependencies]
dev = ["pytest", "pytest-cov", "mypy", "flake8", "tox"]

Expand Down

0 comments on commit 33f281c

Please sign in to comment.