AmmosSource
guix
Last change
on this file since f67e593 was f67e593, checked in by Enrico Schwass <ennoausberlin@…>, 2 years ago |
preparations to use pyproject-build-system for ammosreader
|
-
Property mode
set to
100644
|
File size:
460 bytes
|
Line | |
---|
1 | [build-system]
|
---|
2 | requires = ["setuptools>=61.0"]
|
---|
3 | build-backend = "setuptools.build_meta"
|
---|
4 |
|
---|
5 | [tool.setuptools]
|
---|
6 | packages = ["ammosreader"]
|
---|
7 |
|
---|
8 | [project]
|
---|
9 | name = "ammosreader"
|
---|
10 | # version = "0.0.3"
|
---|
11 | dynamic = ["version"]
|
---|
12 | authors = [
|
---|
13 | { name = "Enrico Schwass", email="ennoausberlin@mac.com"}
|
---|
14 | ]
|
---|
15 | description = "A package to manage ammos datastreams"
|
---|
16 | readme = "README.md"
|
---|
17 | requires-python = ">=3.9"
|
---|
18 |
|
---|
19 | dependencies = ["numpy", "Pillow", "pydub", "bitstring",
|
---|
20 | "pymongo", "scipy"]
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.