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