Skip to content

Commit

Permalink
Update metadata for conda release.
Browse files Browse the repository at this point in the history
  • Loading branch information
siboles committed May 11, 2023
1 parent 98093a8 commit cb1bb4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ ENV/

# mypy
.mypy_cache/
scripts
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.4.1" %}
{% set version = "0.4.2" %}
package:
name: lsmgridtrack
version: {{ version }}
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup
from setuptools.dist import Distribution


Expand All @@ -9,7 +9,7 @@ def is_pure(self):

setup(
name="lsmgridtrack",
version="0.2",
version="0.4.2",
description="A Python module providing a framework for deformable image registration of 3D images from multiphoton laser scanning microscopy. It is aimed at a technique involving the photobleaching of a 3D grid onto the image and then observing this grid region in unloaded and loaded states.",
packages=find_packages("."),
url="https://github.com/siboles/lsmgridtrack",
Expand All @@ -19,9 +19,8 @@ def is_pure(self):
classifiers=[
"Development Status :: 3 - Alpha",
"License :: BSD 3-Clause",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python",
],
python_requires=">=3.5",
package_data={
"lsmgridtrack": [
"test/data/*.nii",
Expand Down

0 comments on commit cb1bb4a

Please sign in to comment.