Skip to content

Commit

Permalink
moved all tests to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seastan committed Mar 17, 2023
1 parent 0aec46c commit fd26df5
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def run(self):
author_email='braxton.mckee@gmail.com',
url='https://github.com/aprioriinvestments/typed_python',
packages=setuptools.find_packages(),
package_data={
'typed_python': ['tests/*']
},
cmdclass={'build_ext': TypedPythonBuildExtension},
ext_modules=ext_modules,
install_requires=INSTALL_REQUIRES,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd26df5

Please sign in to comment.