Skip to content

Commit 8862219

Browse files
committed
Updating file headers
1 parent 318a6bb commit 8862219

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

output/setup.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# -*- coding: utf-8 -*-
22

33
#
4-
# setup.py
4+
# setup.py - Setup script for swmm_output python extension
5+
#
6+
# Created: 7/2/2018
7+
# Author: Michael E. Tryby
8+
# US EPA - ORD/NRMRL
59
#
6-
# Author: Michael E. Tryby
7-
# US EPA - ORD/NRMRL
10+
# Requires:
11+
# Platform C language compiler
12+
# SWIG
813
#
9-
#
10-
11-
'''Setup up script for SWMM Output API python extension'''
1214

1315
try:
1416
from setuptools import setup, Extension

toolkit/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- coding: utf-8 -*-
2+
# -*- coding: utf-8 -*-
3+
24
#
35
# setup.py - Setup script for swmm_toolkit python extension
46
#

0 commit comments

Comments
 (0)