Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 21, 2023
1 parent f1115d3 commit 4cf04e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions interop/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import setuptools

with open("README.md", "r", encoding="utf-8") as file:
long_description: str = file.read()

setuptools.setup(
name="radix-engine-toolkit",
version="0.12.1",
version="0.12.1dev1",
packages=["radix_engine_toolkit"],
author="radixdlt",
description="A Python wrapper around the Radix Engine Toolkit that provides Radix Ledger primitives to Python.",
long_description="Long Description",
long_description=long_description,
long_description_content_type="text/markdown",
license='Apache-2.0',
python_requires='>=3.6',
Expand Down

0 comments on commit 4cf04e5

Please sign in to comment.