Blob Blame History Raw
From 9fa8e968afd80f656d76c1c6b1859695e3fc242b Mon Sep 17 00:00:00 2001
From: David Shea <dshea@redhat.com>
Date: Tue, 15 Dec 2015 10:06:52 -0500
Subject: [PATCH 1/3] Do not install typing.py

This module is not needed with Python 3.5
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7ac47a7..8687c58 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ setup(name='mypy-lang',
       url='http://www.mypy-lang.org/',
       license='MIT License',
       platforms=['POSIX'],
-      package_dir={'': 'lib-typing/3.2', 'mypy': 'mypy'},
+      package_dir={'mypy': 'mypy'},
       py_modules=['typing'],
       packages=['mypy'],
       scripts=['scripts/mypy', 'scripts/stubgen'],
-- 
2.6.4