Skip to content

Commit

Permalink
My previous chatgpt generated packaging fix was not correct!
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed May 19, 2023
1 parent daa9310 commit be5b9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: dist/
long-description: |
Code for generating artificial spectra for cosmological simulation codes.

TestMacWheel:
name: Test the published macos wheel
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def check_for_openmp(compiler):
# cmdclass = {'build_ext': build_ext_subclass },
url="http://github.com/sbird/fake_spectra",
description="Analysis tools for generating artificial spectra from simulations.",
long_description="Analysis tools for generating artificial spectra for SPH or meshless cosmological simulation codes, including AREPO, Gadget, SIMBA, etc",
long_description_content_type = "text/plain",
packages = ['fake_spectra', 'fake_spectra.tests', 'fake_spectra.cloudy_tables'],
requires=['numpy', 'h5py','scipy'],
package_data = {
Expand Down

0 comments on commit be5b9d6

Please sign in to comment.