Skip to content

Commit

Permalink
updates to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Croome committed Jun 2, 2021
1 parent 46f7c22 commit 6628247
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 6628247

Please sign in to comment.