Skip to content

Commit

Permalink
maybe this will be accepted by PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jul 1, 2022
1 parent 6c798d5 commit 7f2839f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "spacepackets"
description = "Various CCSDS and ECSS packet implementations"
dynamic = ["version", "readme"]
readme = "README.md"
dynamic = ["version"]
requires-python = ">=3.7"
license = {file = "LICENSE"}
authors = [
Expand Down Expand Up @@ -38,7 +39,6 @@ dependencies = [

[tool.setuptools.dynamic]
version = {attr = "spacepackets.__version__"}
readme = {file = ["README.md", "NOTICE"]}

# Default flake8 does not appear to have implemented proper pyproject.toml
# support yet but there are project like flake9 and pyproject-flake8 which
Expand Down

0 comments on commit 7f2839f

Please sign in to comment.