Skip to content

Commit

Permalink
Add PyPI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pkel committed Dec 21, 2022
1 parent 7484f89 commit d817f80
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,21 @@ def build_ocaml(self, ext):

setup(
name="cpr_gym",
version=version,
description="Gym environment for attacking proof-of-work protocols with RL",
long_description=open("README.md", "r", encoding="utf8").read(),
long_description_content_type="text/markdown",
version=version,
keywords="proof-of-work consensus rl gym selfish-mining reinforcement-learning",
url="https://github.com/pkel/cpr",
author="Patrik Keller",
author_email="git@pkel.dev",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Programming Language :: OCaml",
"Programming Language :: Python :: 3",
"Topic :: Security",
],
packages=["cpr_gym"],
package_dir={"cpr_gym": "./gym/cpr_gym"},
ext_modules=[
Expand Down

0 comments on commit d817f80

Please sign in to comment.