-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Croome
committed
Jun 2, 2021
1 parent
46f7c22
commit 6628247
Showing
2 changed files
with
8 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[metadata] | ||
description-file = README.md |
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 |
---|---|---|
|
@@ -35,5 +35,11 @@ def build_extensions(self): | |
setup(name=PACKAGE_NAME, | ||
version='1.0', | ||
description='Numpy bfloat16 package', | ||
license='Apache', | ||
author='GreenWaves Technologies', | ||
author_email='[email protected]', | ||
url='https://github.com/GreenWaves-Technologies/bfloat16', | ||
download_url = 'https://github.com/GreenWaves-Technologies/bfloat16/archive/refs/tags/1.0.tar.gz', | ||
install_requires=[], | ||
ext_modules=[module1], | ||
cmdclass={'build_ext': my_build_ext}) |