Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc authored Feb 23, 2023
1 parent 5a159b2 commit 38ade26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diapysef/setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

def readme():
with open('PYPI_README.rst') as f:
with open('README.rst') as f:
return f.read()

desc = """\
Analysis, conversion and visualization of diaPASEF data."""

setup(name='diapysef',
version='1.0.03',
version='1.0.04',
description=desc,
long_description=readme(),
url="https://github.com/Roestlab/dia-pasef",
Expand Down

0 comments on commit 38ade26

Please sign in to comment.