Skip to content

Commit fd26df5

Browse files
committed
moved all tests to a separate directory
1 parent 0aec46c commit fd26df5

25 files changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def run(self):
6868
author_email='braxton.mckee@gmail.com',
6969
url='https://github.com/aprioriinvestments/typed_python',
7070
packages=setuptools.find_packages(),
71+
package_data={
72+
'typed_python': ['tests/*']
73+
},
7174
cmdclass={'build_ext': TypedPythonBuildExtension},
7275
ext_modules=ext_modules,
7376
install_requires=INSTALL_REQUIRES,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)