Skip to content

Commit

Permalink
Adds manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffL committed Aug 10, 2020
1 parent 3f5d0d1 commit aaefff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prune hub*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import setup
from setuptools import find_packages
from io import open
from os import path

Expand Down Expand Up @@ -27,7 +28,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
packages=['galsim_hub'],
packages=find_packages(),
use_scm_version=True,
setup_requires=["setuptools_scm"],
install_requires=['galsim', 'tensorflow_hub']
Expand Down

0 comments on commit aaefff0

Please sign in to comment.