Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Commit e31c32c

Browse files
author
Barton Cline
committed
PYTHON27 option added.
1 parent bb7fe6b commit e31c32c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pythonnet/src/runtime/assemblyinfo.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@
4242
[assembly: AssemblyTitleAttribute("Python.Runtime for Python 2.6")]
4343
[assembly: AssemblyDescriptionAttribute("Python Runtime for Python 2.6")]
4444
#endif
45+
#if (PYTHON27)
46+
[assembly: AssemblyTitle("Python.Runtime for Python 2.7")]
47+
[assembly: AssemblyDescription("Python Runtime for Python 2.7")]
48+
#endif

0 commit comments

Comments
 (0)