-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.4dev2 release fix for prediction sorting
- Loading branch information
eslerm
committed
Dec 21, 2018
1 parent
a1e3bdf
commit aa859a2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
setuptools.setup( | ||
name="vkmz", | ||
version="1.4dev0", | ||
version="1.4dev2", | ||
python_requires=">=3.6", | ||
description="metabolomics formula prediction and van Krevelen diagram generation", | ||
author="Mark Esler", | ||
author_email="[email protected]", | ||
url="https://github.com/HegemanLab/VKMZ", | ||
url="https://github.com/HegemanLab/vkmz", | ||
packages=setuptools.find_packages(), | ||
entry_points={"console_scripts": ["vkmz = vkmz.__main__:main"]}, | ||
package_data={"vkmz": ["d3.html", "databases/*"]}, | ||
|