Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Distribute the tests (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored and gvanrossum committed Feb 9, 2019
1 parent 54d1ab1 commit 33209c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
recursive-include ast27 *.h
recursive-include ast3 *.h
recursive-include ast3/tests *.py
include LICENSE
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -116,6 +116,7 @@
'Programming Language :: Python :: 3.7',
'Topic :: Software Development',
],
packages = ['typed_ast'],
packages = ['typed_ast', 'typed_ast.tests'],
package_dir={ 'typed_ast.tests': 'ast3/tests' },
ext_package='typed_ast',
ext_modules = [_ast27, _ast3])

0 comments on commit 33209c4

Please sign in to comment.