-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistname.py
More file actions
16 lines (13 loc) · 730 Bytes
/
distname.py
File metadata and controls
16 lines (13 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- python -*-
# This software was produced by NIST, an agency of the U.S. government,
# and by statute is not subject to copyright in the United States.
# Recipients of this software assume all responsibilities associated
# with its operation, modification and maintenance. However, to
# facilitate maintenance we ask that before distributing modified
# versions of this software, you first contact the authors at
# oof_manager@nist.gov.
# Until we merge the 2D and 3D branches, we need a way to set the name
# of the distribution file that make_dist creates. This file just
# contains that name. Putting hte name here, instead of in make_dist,
# allows both versions to use the same make_dist script.
distname = 'oof3d'