This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating package metadata similar to anms-ace package
- Loading branch information
1 parent
30707d2
commit 14cb250
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ __pycache__ | |
*.egg-info | ||
requirements.txt | ||
build | ||
dist | ||
|
||
# Test outputs | ||
testresults.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,11 @@ build-backend = "setuptools.build_meta" | |
name = "anms-CAmp" | ||
version = "2.0.0" | ||
authors = [ | ||
{ name="Brian Sipos", email="[email protected]" }, | ||
{ name="David Linko", email="[email protected]" }, | ||
{ name="Minh Nguyen", email="[email protected]" }, | ||
{ name="JHU/APL", email="[email protected]" }, | ||
] | ||
description = "C code generator for the Asychronous Management Protocol" | ||
readme = "README.md" | ||
license = { file="LICENSE" } | ||
license = { text="Apache-2.0" } | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
|