Skip to content

Commit

Permalink
move to src
Browse files Browse the repository at this point in the history
  • Loading branch information
burke86 committed Jun 28, 2024
1 parent fdc2d20 commit 3946435
Show file tree
Hide file tree
Showing 107 changed files with 29 additions and 25 deletions.
22 changes: 0 additions & 22 deletions pyqsofit/qsopar.fits

This file was deleted.

Binary file removed pyqsofit/tests/CIV_br.pdf
Binary file not shown.
Binary file removed pyqsofit/tests/Hb_br.pdf
Binary file not shown.
Binary file removed pyqsofit/tests/MgII_br.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import setup

from pyqsofit.version import __version__
from src.pyqsofit.version import __version__

# Prepare and send a new release to PyPI
#if "release" in sys.argv[-1]:
Expand All @@ -14,7 +14,7 @@
# sys.exit()

# Load the __version__ variable without importing the package already
exec(open('pyqsofit/version.py').read())
exec(open('src/pyqsofit/version.py').read())

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -30,7 +30,7 @@
author_email='hengxiaoguo@gmail.com',
url='https://github.com/legolason/PyQSOFit',
license='GNU General Public License v3.0',
package_dir={'pyqsofit': 'pyqsofit'},
package_dir={'pyqsofit': 'src/pyqsofit'},
package_data={'pyqsofit': ['fe_uv.txt', 'fe_optical.txt',
'bc03/*.spec.gz',
'pca/Yip_pca_templates/*.fits',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3946435

Please sign in to comment.