File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- conda- constructor
2
- =================
1
+ ( conda) constructor
2
+ ===================
3
3
4
- conda- constructor is a tool which allows constructing an installer for
4
+ constructor is a tool which allows constructing an installer for
5
5
a collection of conda packages. Basically, it creates an Anaconda-like
6
6
installer consisting of conda packages.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def main():
128
128
129
129
if opts .version :
130
130
from constructor import __version__
131
- print ('conda- constructor version:' , __version__ )
131
+ print ('constructor version:' , __version__ )
132
132
return
133
133
134
134
if opts .test :
Original file line number Diff line number Diff line change 21
21
# platform: linux-64
22
22
23
23
# The conda default channels which are used when running a conda which
24
- # was installed be the conda- constructor created (requires conda in the
25
- # specifications)
24
+ # was installed be the constructor created (requires conda in the
25
+ # specifications) installer
26
26
conda_default_channels : *id1
27
27
28
28
# installer filename (a reasonable default filename will determined by
Original file line number Diff line number Diff line change 14
14
license = "BSD" ,
15
15
description = "create installer from conda packages" ,
16
16
packages = ['constructor' ],
17
- scripts = ['bin/conda- constructor' ],
17
+ scripts = ['bin/constructor' ],
18
18
)
19
19
20
20
You can’t perform that action at this time.
0 commit comments