source:
ammosreader/setup.py@
919f91c
Last change on this file since 919f91c was 919f91c, checked in by , 3 years ago | |
---|---|
|
|
File size: 175 bytes |
Line | |
---|---|
1 | from setuptools import setup |
2 | |
3 | setup( |
4 | name="ammosreader", |
5 | version="1.2.4", |
6 | packages=['src/ammosreader', 'sample_scripts'], |
7 | scripts=['sample_scripts/iqdw_reader.py']) |
Note:
See TracBrowser
for help on using the repository browser.