AmmosSource
guix
|
Last change
on this file since c2ca01e was e764b0e, checked in by Enrico Schwass <ennoausberlin@…>, 4 years ago |
|
init.py cleared - typo in setup.cfg fixed
|
-
Property mode
set to
100644
|
|
File size:
175 bytes
|
| Rev | Line | |
|---|
| [d88bd02] | 1 | from setuptools import setup
|
|---|
| 2 |
|
|---|
| [7904fa5] | 3 | setup(
|
|---|
| 4 | name="AmmosReader",
|
|---|
| [ff2ed94] | 5 | version="1.2.3",
|
|---|
| [e764b0e] | 6 | packages=['src/ammosreader', 'sample_scripts'],
|
|---|
| 7 | scripts=['sample_scripts/iqdw_reader.py'])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.