Skip to content

Commit

Permalink
Merge pull request #20 from tzussman/setup-fix
Browse files Browse the repository at this point in the history
Remove duplicate setup.py info
  • Loading branch information
tzussman committed May 6, 2023
2 parents ae37ff9 + ea2e383 commit 07fbbbf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import setuptools

setuptools.setup(
name="valparse",
version="0.2.0",
author="valparse contributors",
author_email="tz2294@columbia.edu",
description="Package to parse Valgrind XML files.",
url="https://github.com/tzussman/valparse",
python_requires=">=3.7",
packages=setuptools.find_packages(),
)
setuptools.setup()

0 comments on commit 07fbbbf

Please sign in to comment.