source: ammosreader/setup.py@ 2a19d78

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

change version to 1.2.5

  • Property mode set to 100644
File size: 158 bytes
Line 
1from setuptools import setup
2
3setup(
4 name="ammosreader",
5 version="1.2.5",
6 packages=['src.ammosreader',],
7 scripts=['sample_scripts/iqdw_reader.py'])
Note: See TracBrowser for help on using the repository browser.