Skip to content

Commit

Permalink
v1.3.3 four new features, correct for 'Ta'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jul 25, 2024
1 parent 69b4d0b commit 7c64dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors:
given-names: Una G.
orchid: 'https://orcid.org/0000-0003-0048-5143'
title: "Pydar: Cassini RADAR data extraction software"
version: 1.3.2
version: 1.3.3
url: "https://github.com/unaschneck/pydar"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Python Package Setup
from setuptools import setup, find_namespace_packages

VERSION="1.3.2"
VERSION="1.3.3"
DESCRIPTION="A Python package to access, download, view, and manipulate Cassini RADAR images"

with open("README.md", "r") as f:
Expand Down Expand Up @@ -38,7 +38,8 @@
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: Astronomy"
],
packages=find_namespace_packages(include=['pydar', 'pydar.*']),
packages=find_namespace_packages(include=['pydar', 'pydar.*'],
exclude=['pydar.pytests']),
include_package_data=True,
install_requires=[
"beautifulsoup4",
Expand Down

0 comments on commit 7c64dad

Please sign in to comment.