Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
benjhar committed Dec 18, 2023
1 parent 4ba4080 commit 8cbc024
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[project]
name = "foldingathome"
version = "0.2.0"
authors = [{ name="Ben Harris", email="[email protected]"}]
description = "API wrapper around Folding@Home's statistics api."
readme = "README.md"
requires-python = ">=3.4"
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.12",
]
keywords=["API wrapper", "Python", "Folding@Home"]

[project.urls]
Homepage = "https://github.com/leet-hakker/foldingathome"
Issues = "https://github.com/leet-hakker/foldingathome/issues"
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

0 comments on commit 8cbc024

Please sign in to comment.