Skip to content

Commit

Permalink
fix 0.9 version to correctly include LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Feb 12, 2021
1 parent f473505 commit 0c6570c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
recursive-include flowutils *.h
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='FlowUtils',
version='0.9.0',
version='0.9.1',
packages=['flowutils'],
package_data={'': []},
description='Flow Cytometry Standard Utilities',
Expand All @@ -30,7 +30,6 @@
url="https://github.com/whitews/flowutils",
ext_modules=[logicle_extension],
install_requires=['numpy>=1.7'],
data_files=[("", ["LICENSE"])],
classifiers=[
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 0c6570c

Please sign in to comment.