AmmosSource
guix
|
Last change
on this file since ff2ed94 was ff2ed94, checked in by Enrico Schwass <ennoausberlin@…>, 4 years ago |
|
use scripts entry to specify certain tools in setup.py
|
-
Property mode
set to
100644
|
|
File size:
213 bytes
|
| Line | |
|---|
| 1 | from setuptools import setup
|
|---|
| 2 |
|
|---|
| 3 | setup(
|
|---|
| 4 | name="AmmosReader",
|
|---|
| 5 | version="1.2.3",
|
|---|
| 6 | packages=['src/ammosreader', 'sample_scripts']
|
|---|
| 7 | scripts=['sample_scripts/iqdwreader.py',
|
|---|
| 8 | 'sample_scripts/pdw_reader.py'])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.