source: ammosreader/setup.py@ 919f91c

AmmosSource guix
Last change on this file since 919f91c was 919f91c, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

change name of package from AmmosReader to ammosreader

  • Property mode set to 100644
File size: 175 bytes
RevLine 
[d88bd02]1from setuptools import setup
2
[7904fa5]3setup(
[919f91c]4 name="ammosreader",
[1f67b03]5 version="1.2.4",
[e764b0e]6 packages=['src/ammosreader', 'sample_scripts'],
7 scripts=['sample_scripts/iqdw_reader.py'])
Note: See TracBrowser for help on using the repository browser.