Skip to content

Commit a4e43ff

Browse files
committed
setup - sorts scripts in alphabetical order and adds new ones
1 parent 49f3aed commit a4e43ff

File tree

1 file changed

+33
-26
lines changed

1 file changed

+33
-26
lines changed

setup.py

+33-26
Original file line numberDiff line numberDiff line change
@@ -19,51 +19,58 @@
1919
NOTE: Objects.py has been copied from https://github.com/simsong/dfxml. walk_to_dfxml.py has also been copied but has been customised in order to add command line arguments for optionally turning off checksum generation. For more context, see https://github.com/simsong/dfxml/pull/28
2020
"""),
2121
scripts=[
22-
'sipcreator.py',
23-
'ififuncs.py',
24-
'copyit.py',
25-
'masscopy.py',
22+
'Objects.py',
2623
'accession.py',
2724
'accession_register.py',
2825
'batchaccession.py',
29-
'concat.py',
30-
'makeffv1.py',
31-
'makepbcore.py',
32-
'manifest.py',
33-
'validate.py',
34-
'Objects.py',
35-
'makedfxml.py',
36-
'dfxml.py',
37-
'walk_to_dfxml.py',
26+
'batchsipcreator.py',
3827
'bitc.py',
39-
'prores.py',
40-
'dcpfixity.py',
28+
'concat.py',
29+
'copyit.py',
4130
'dcpaccess.py',
31+
'dcpfixity.py',
4232
'deletefiles.py',
43-
'package_update.py',
33+
'dfxml.py',
4434
'durationcheck.py',
4535
'ffv1mkvvalidate.py',
36+
'framemd5.py',
37+
'ififuncs.py',
4638
'loopline_repackage.py',
47-
'seq2ffv1.py',
39+
'makedfxml.py',
40+
'makedip.py',
41+
'makeffv1.py',
42+
'makepbcore.py',
4843
'makeuuid.py',
44+
'makezip.py',
45+
'manifest.py',
4946
'masscopy.py',
47+
'massqc.py',
48+
'mergepbcore.py',
49+
'multicopy.py',
50+
'normalise.py',
51+
'order.py',
52+
'package_update.py',
5053
'packagecheck.py',
54+
'prores.py',
55+
'seq2ffv1.py',
56+
'sipcreator.py',
57+
'strongbox_fixity.py',
58+
'subfolders.py',
5159
'testfiles.py',
52-
'normalise.py',
53-
'makezip.py',
54-
'multicopy.py'
60+
'validate.py',
61+
'walk_to_dfxml.py'
5562
],
5663
license='MIT',
5764
install_requires=[
58-
'lxml',
59-
'bagit',
60-
'dicttoxml',
61-
'future',
62-
'clairmeta'
65+
'lxml',
66+
'bagit',
67+
'dicttoxml',
68+
'future',
69+
'clairmeta'
6370
],
6471
data_files=[('', ['film_scan_aip_documentation.txt', '26_XYZ-22_Rec709.cube'])],
6572
include_package_data=True,
6673
name='ifiscripts',
67-
version='v2020.04.03',
74+
version='v2020.04.03.1',
6875
python_requires='>=3.8'
6976
)

0 commit comments

Comments
 (0)