Skip to content

Commit d0787cb

Browse files
author
mikonvergence
authored
Update setup.py
1 parent e887520 commit d0787cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='satellite-cloud-generator',
5-
version='0.3',
6-
description='A PyTorch-based tool for simulating clouds in satellite images.',
5+
version='0.4',
6+
description='A PyTorch-based tool for simulating clouds in satellite images',
7+
long_description='A PyTorch-based tool for simulating clouds in satellite images',
78
url='https://github.com/strath-ai/SatelliteCloudGenerator',
89
author='Mikolaj Czerkawski, Christos Tachtatzis',
910
author_email="[email protected]",
10-
license='Apache 2.0',
1111
package_dir={"satellite_cloud_generator":"src"},
1212
install_requires=[
1313
"torch>=1.10.0",

0 commit comments

Comments
 (0)