Skip to content

Commit

Permalink
fix setup.py. v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabri95 committed Oct 8, 2020
2 parents 7374f0a + 814ee9a commit 48f4976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2cnn/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__title__ = "e2cnn"
__summary__ = "E(2)-Equivariant CNNs Library for PyTorch"
__url__ = 'https://github.com/QUVA-Lab/e2cnn'
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Gabriele Cesa, Maurice Weiler"
__email__ = "[email protected]"
__license__ = "BSD 3-Clause Clear"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
license=about['__license__'],
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(include=['e2cnn']),
python_requires='>3.7',
packages=find_packages(exclude=['test', 'test.*']),
python_requires='>=3.7',
keywords=[
'pytorch',
'cnn',
Expand Down

0 comments on commit 48f4976

Please sign in to comment.