Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebel committed Jul 4, 2019
1 parent cee353f commit bf739a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="measureSequences",
version="0.1.6",
version="0.1.7",
author="Benjamin Klebel",
author_email="klebel.b@hotmail.com",
description="parse and run QD PPMS sequence files",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/bklebel/measureSequences",
download_url='https://github.com/bklebel/measureSequences/archive/0.1.6.tar.gz',
download_url='https://github.com/bklebel/measureSequences/archive/0.1.7.tar.gz',
# packages=setuptools.find_packages(),
packages=['measureSequences'],
install_requires=['numpy', 'PyQt5', 'functools'],
Expand Down

0 comments on commit bf739a1

Please sign in to comment.