We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e887520 commit d0787cbCopy full SHA for d0787cb
setup.py
@@ -2,12 +2,12 @@
2
3
setup(
4
name='satellite-cloud-generator',
5
- version='0.3',
6
- description='A PyTorch-based tool for simulating clouds in satellite images.',
+ version='0.4',
+ description='A PyTorch-based tool for simulating clouds in satellite images',
7
+ long_description='A PyTorch-based tool for simulating clouds in satellite images',
8
url='https://github.com/strath-ai/SatelliteCloudGenerator',
9
author='Mikolaj Czerkawski, Christos Tachtatzis',
10
author_email="[email protected]",
- license='Apache 2.0',
11
package_dir={"satellite_cloud_generator":"src"},
12
install_requires=[
13
"torch>=1.10.0",
0 commit comments