Skip to content

Commit

Permalink
setup to include new jars
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Apr 1, 2020
1 parent fbdb3c1 commit bcfbf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.3.3'
__version__ = '3.3.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
url = 'https://github.com/sassoftware/saspy',
packages = ['saspy'],
cmdclass = {},
package_data = {'': ['*.js', '*.md', '*.yaml', '*.css', '*.rst'], 'saspy': ['*.sas', 'java/*.*', 'java/pyiom/*.*', 'java/iomcom/*.*', 'java/thirdparty/*.*']},
package_data = {'': ['*.js', '*.md', '*.yaml', '*.css', '*.rst'], 'saspy': ['*.sas', 'java/*.*', 'java/pyiom/*.*', 'java/iomclient/*.*', 'java/thirdparty/*.*']},
install_requires = [],
extras_require = {'iomcom': ['pypiwin32'], 'colorLOG': ['pygments']},
classifiers = [
Expand Down

0 comments on commit bcfbf53

Please sign in to comment.