Skip to content

Commit 48f4976

Browse files
committed
fix setup.py. v0.1.2
2 parents 7374f0a + 814ee9a commit 48f4976

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

e2cnn/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__title__ = "e2cnn"
1313
__summary__ = "E(2)-Equivariant CNNs Library for PyTorch"
1414
__url__ = 'https://github.com/QUVA-Lab/e2cnn'
15-
__version__ = "0.1.1"
15+
__version__ = "0.1.2"
1616
__author__ = "Gabriele Cesa, Maurice Weiler"
1717
__email__ = "cesa.gabriele@gmail.com"
1818
__license__ = "BSD 3-Clause Clear"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
license=about['__license__'],
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",
34-
packages=find_packages(include=['e2cnn']),
35-
python_requires='>3.7',
34+
packages=find_packages(exclude=['test', 'test.*']),
35+
python_requires='>=3.7',
3636
keywords=[
3737
'pytorch',
3838
'cnn',

0 commit comments

Comments
 (0)