Skip to content

Commit

Permalink
update setup.py info for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Apr 25, 2023
1 parent 8f240e4 commit e768dbb
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 @@ -7,11 +7,23 @@
from setuptools import setup, find_packages


with open("README.md") as f:
README = f.read()


setup(
name="tritondse",
version="0.1.2",
description="A library of Dynamic Symbolic Exploration based the Triton library",
packages=find_packages(),
long_description=README,
long_description_content_type='text/markdown',
url="https://github.com/quarkslab/tritondse",
project_urls={
"Documentation": "https://quarkslab.github.io/tritondse/",
"Bug Tracker": "https://github.com/quarkslab/tritondse/issues",
"Source": "https://github.com/quarkslab/tritondse"
},
setup_requires=[],
install_requires=[
"triton-library",
Expand All @@ -22,7 +34,7 @@
"enum_tools"
],
tests_require=[],
license="qb",
license="AGPL-3.0",
author="Quarkslab",
classifiers=[
'Topic :: Security',
Expand Down

0 comments on commit e768dbb

Please sign in to comment.