Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def get_version_tag() -> str:
description="Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license = "MIT",
install_requires=["numpy", "torch>=1.8"],
extras_require={"test": ["black", "flake8", "isort", "pytest", "pytest-cov"]},
classifiers=[
Expand Down