-
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.
Merge pull request #2 from leifwalsh/release
fix up release
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ flametrace COMMAND | |
|
||
## License | ||
|
||
[BSD 3-clause](./LICENSE) | ||
[BSD 3-clause](./LICENSE) |
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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
[metadata] | ||
name = flametrace | ||
version = attr: flametrace.__version__ | ||
author = Leif Walsh | ||
author_email = [email protected] | ||
url = https://github.com/leifwalsh/flametrace | ||
description = Build flamegraph charts for process trees, based on strace. | ||
long_description = file: README.md, LICENSE | ||
long_description_content_type = text/markdown | ||
license = BSD 3-Clause License | ||
classifiers = | ||
License :: OSI Approved :: BSD License | ||
|
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