Skip to content

Commit

Permalink
include_resources (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKL98ISR committed Jan 24, 2022
1 parent c073bd1 commit 4c2752b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include requirements.txt
include LICENSE
include VERSION
include README.md
include README.md
recursive-include deepchecks/base/resources *
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

import setuptools
from setuptools import setup
from distutils.util import convert_path
import os

main_ns = {}
Expand All @@ -89,9 +88,6 @@
with open(requirementPath) as f:
install_requires = f.read().splitlines()




setup(
name='deepchecks',
version=VER,
Expand Down

0 comments on commit 4c2752b

Please sign in to comment.