Skip to content

Commit

Permalink
Merge pull request #98 from gaia-dpci/remove-scm
Browse files Browse the repository at this point in the history
Remove setuptools scm and update manifest
  • Loading branch information
druzm authored May 2, 2024
2 parents a7e6d45 + 7f001cc commit 74a7e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include LICENCE
include pyproject.toml
include src/gaiaxpy/output/ecsv_headers/headers_dict.txt
graft src/gaiaxpy/config
graft src/gaiaxpy
global-exclude __pycache__
1 change: 1 addition & 0 deletions src/gaiaxpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
from .calibrator.calibrator import calibrate
from .cholesky.cholesky import get_chi2, get_inverse_covariance_matrix, get_inverse_square_root_covariance_matrix
from .converter.converter import convert
Expand Down
2 changes: 1 addition & 1 deletion src/gaiaxpy/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '2.1.1.dev'

0 comments on commit 74a7e19

Please sign in to comment.