Skip to content

Commit

Permalink
setup - sorts scripts in alphabetical order and adds new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjol committed Apr 3, 2020
1 parent 49f3aed commit a4e43ff
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,58 @@
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
"""),
scripts=[
'sipcreator.py',
'ififuncs.py',
'copyit.py',
'masscopy.py',
'Objects.py',
'accession.py',
'accession_register.py',
'batchaccession.py',
'concat.py',
'makeffv1.py',
'makepbcore.py',
'manifest.py',
'validate.py',
'Objects.py',
'makedfxml.py',
'dfxml.py',
'walk_to_dfxml.py',
'batchsipcreator.py',
'bitc.py',
'prores.py',
'dcpfixity.py',
'concat.py',
'copyit.py',
'dcpaccess.py',
'dcpfixity.py',
'deletefiles.py',
'package_update.py',
'dfxml.py',
'durationcheck.py',
'ffv1mkvvalidate.py',
'framemd5.py',
'ififuncs.py',
'loopline_repackage.py',
'seq2ffv1.py',
'makedfxml.py',
'makedip.py',
'makeffv1.py',
'makepbcore.py',
'makeuuid.py',
'makezip.py',
'manifest.py',
'masscopy.py',
'massqc.py',
'mergepbcore.py',
'multicopy.py',
'normalise.py',
'order.py',
'package_update.py',
'packagecheck.py',
'prores.py',
'seq2ffv1.py',
'sipcreator.py',
'strongbox_fixity.py',
'subfolders.py',
'testfiles.py',
'normalise.py',
'makezip.py',
'multicopy.py'
'validate.py',
'walk_to_dfxml.py'
],
license='MIT',
install_requires=[
'lxml',
'bagit',
'dicttoxml',
'future',
'clairmeta'
'lxml',
'bagit',
'dicttoxml',
'future',
'clairmeta'
],
data_files=[('', ['film_scan_aip_documentation.txt', '26_XYZ-22_Rec709.cube'])],
include_package_data=True,
name='ifiscripts',
version='v2020.04.03',
version='v2020.04.03.1',
python_requires='>=3.8'
)

0 comments on commit a4e43ff

Please sign in to comment.