Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Apr 8, 2023
1 parent d402806 commit 7265678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# coding: utf-8
"""Installation script for PASTIS."""

import sys
from setuptools import setup, find_packages
from setuptools import setup

with open("README.md") as f:
lines = f.readlines()
Expand All @@ -14,8 +13,8 @@
name="pastis-framework",
version="1.0.0",
description="PASTIS framework for collaborative fuzzing",
long_description="# PASTIS framework for collaborative fuzzing\n\n TODO",
long_description_content_type='text/markdown',
long_description="PASTIS framework for collaborative fuzzing",
packages=[
"libpastis",
"libpastis.proto",
Expand Down

0 comments on commit 7265678

Please sign in to comment.