Unverified Commit 53a912c3 authored by Benjamin Lefaudeux's avatar Benjamin Lefaudeux Committed by GitHub
Browse files

[fix] Adding missing CUDA files in the pip package v0.1.4 (#295)

* trying to fix the missing files in the pip package (not in this diff)
* adding a long description, more pypi friendly
parent 79365ee6
...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [next rel] - TBD ## [next rel] - TBD
## [0.1.4] - 2021-01-07
### Fixed
- Missing cu files in the pip package
## [0.1.3] - 2021-01-04 ## [0.1.3] - 2021-01-04
### Fixed ### Fixed
- Release numbering within python and from pypi - Release numbering within python and from pypi
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the # This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
__version__ = "0.1.3" __version__ = "0.1.4"
################################################################################ ################################################################################
# Import most common subpackages # Import most common subpackages
......
...@@ -65,6 +65,8 @@ if __name__ == "__main__": ...@@ -65,6 +65,8 @@ if __name__ == "__main__":
python_requires=">=3.6", python_requires=">=3.6",
author="Facebook AI Research", author="Facebook AI Research",
author_email="todo@fb.com", author_email="todo@fb.com",
long_description="FairScale is a PyTorch extension library for high performance and large scale training on one or multiple machines/nodes. This library extends basic PyTorch capabilities while adding new experimental ones.",
long_description_content_type="text/markdown",
classifiers=[ classifiers=[
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment