Skip to content

Commit

Permalink
packaged repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pranath-reddy committed Aug 19, 2020
1 parent a0a59a4 commit 7cd058b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
lensing/__init__.py
lensing/gen_data_base.py
lensing/gen_data_spherical.py
lensing/gen_data_vortex.py
lensing/gen_params_base.py
lensing/gen_params_spherical.py
lensing/gen_params_vortex.py
lensing/get_params.py
Binary file added dist/PyLensing-0.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name = 'lensing',
packages = ['PyLensing'],
name = 'PyLensing',
packages = ['lensing'],
version = '0.1',
license='MIT',
description = 'A tool for generating lensing images based on PyAutoLens simulations',
Expand Down

0 comments on commit 7cd058b

Please sign in to comment.