Changeset 64565fe in ammosreader


Ignore:
Timestamp:
05/04/22 14:25:16 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
7e96694
Parents:
ada37fa
Message:

build directory removed

Files:
16 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/_version.py

    rada37fa r64565fe  
    22# file generated by setuptools_scm
    33# don't change, don't track in version control
    4 version = '0.1.dev10+g1266d25.d20220504'
    5 version_tuple = (0, 1, 'dev10', 'g1266d25.d20220504')
     4version = '0.1.dev22+gada37fa.d20220504'
     5version_tuple = (0, 1, 'dev22', 'gada37fa.d20220504')
  • src/ammosreader.egg-info/PKG-INFO

    rada37fa r64565fe  
    11Metadata-Version: 2.1
    22Name: ammosreader
    3 Version: 0.1.dev10+g1266d25.d20220504
     3Version: 0.1.dev22+gada37fa.d20220504
    44Summary: ammosreader: tool to parse R&S Ammos files
    55Home-page: http://gitlab.kid.local/kidzg/ammosreader
  • src/ammosreader.egg-info/SOURCES.txt

    rada37fa r64565fe  
    11.gitignore
     2.gitlab-ci.yml
    23LICENSE
    34README.md
     
    4041doc/html/.buildinfo
    4142doc/html/PDW.html
     43doc/html/ammosreader.html
    4244doc/html/genindex.html
    4345doc/html/index.html
    4446doc/html/modules.html
    4547doc/html/objects.inv
    46 doc/html/pdw_reader.html
    4748doc/html/py-modindex.html
    4849doc/html/search.html
    4950doc/html/searchindex.js
    5051doc/html/.doctrees/PDW.doctree
     52doc/html/.doctrees/ammosreader.doctree
    5153doc/html/.doctrees/environment.pickle
    5254doc/html/.doctrees/index.doctree
    5355doc/html/.doctrees/modules.doctree
    5456doc/html/.doctrees/pdw_reader.doctree
    55 doc/html/_modules/PDW.html
    5657doc/html/_modules/index.html
     58doc/html/_modules/ammosreader/AmmosAudioDataHeader.html
     59doc/html/_modules/ammosreader/AmmosAudioReader.html
     60doc/html/_modules/ammosreader/AmmosAudioSocketReader.html
     61doc/html/_modules/ammosreader/AmmosContainer.html
     62doc/html/_modules/ammosreader/AmmosExtendedAudioDataHeader.html
     63doc/html/_modules/ammosreader/AmmosExtendedIFDataHeader.html
     64doc/html/_modules/ammosreader/AmmosGlobalFrameBody.html
     65doc/html/_modules/ammosreader/AmmosGlobalFrameHeader.html
     66doc/html/_modules/ammosreader/AmmosIFDataBlock.html
     67doc/html/_modules/ammosreader/AmmosIFDataHeader.html
     68doc/html/_modules/ammosreader/AmmosIFReader.html
     69doc/html/_modules/ammosreader/AmmosSingleFrame.html
     70doc/html/_modules/ammosreader/PDW.html
     71doc/html/_modules/ammosreader/PPDWContainer.html
    5772doc/html/_sources/PDW.rst.txt
     73doc/html/_sources/ammosreader.rst.txt
    5874doc/html/_sources/index.rst.txt
    5975doc/html/_sources/modules.rst.txt
    60 doc/html/_sources/pdw_reader.rst.txt
    61 doc/html/_static/ajax-loader.gif
    6276doc/html/_static/alabaster.css
    6377doc/html/_static/basic.css
    64 doc/html/_static/comment-bright.png
    65 doc/html/_static/comment-close.png
    66 doc/html/_static/comment.png
    6778doc/html/_static/custom.css
    6879doc/html/_static/doctools.js
    6980doc/html/_static/documentation_options.js
    70 doc/html/_static/down-pressed.png
    71 doc/html/_static/down.png
    7281doc/html/_static/file.png
     82doc/html/_static/jquery-3.5.1.js
    7383doc/html/_static/jquery.js
    7484doc/html/_static/language_data.js
     
    7787doc/html/_static/pygments.css
    7888doc/html/_static/searchtools.js
     89doc/html/_static/underscore-1.13.1.js
    7990doc/html/_static/underscore.js
    80 doc/html/_static/up-pressed.png
    81 doc/html/_static/up.png
    82 doc/html/_static/websupport.js
    8391doc/rst/PDW.rst
     92doc/rst/ammosreader.rst
    8493doc/rst/conf.py
    8594doc/rst/index.rst
     
    124133src/ammosreader.egg-info/requires.txt
    125134src/ammosreader.egg-info/top_level.txt
     135tests/test_mock.py
Note: See TracChangeset for help on using the changeset viewer.