Merge pull request #841 from sigmavirus24/bytecode

Reset PYTHONDONTWRITEBYTECODE after installation
This commit is contained in:
Kenneth Reitz
2012-09-10 20:15:41 -07:00
+2
View File
@@ -67,3 +67,5 @@ setup(
'Programming Language :: Python :: 3.1',
),
)
del os.environ['PYTHONDONTWRITEBYTECODE']