Skip to content

Commit

Permalink
Add a pyproject.toml for PEP-517
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 27, 2023
1 parent 40e7cac commit 870589e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
name = "torbrowser-launcher"
dynamic = ["version", "description", "dependencies", "authors", "license", "readme"]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def create_mo_files():
version=version,
author="Micah Lee",
author_email="[email protected]",
url="https://www.github.com/micahflee/torbrowser-launcher",
url="https://www.github.com/torproject/torbrowser-launcher",
platforms=["GNU/Linux"],
license="MIT",
description="A program to help you securely download and run Tor Browser",
Expand Down

0 comments on commit 870589e

Please sign in to comment.