Skip to content

Commit

Permalink
Merge pull request #12 from lpin0002/developer
Browse files Browse the repository at this point in the history
Fixing pypi desc
  • Loading branch information
LiamCPinchbeck authored Sep 2, 2024
2 parents 5beeb1c + df70277 commit e8f7f9f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@
import os
import time


# Read the contents of your README file
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()


setup(name='GammaBayes',
description='A package for Bayesian dark matter inference',
url='https://github.com/lpin0002/GammaBayes',
author='Liam Pinchbeck',
author_email='[email protected]',
license="MIT",
version='0.1.7',
version='0.1.8',
packages=find_packages(),

long_description=long_description, # This is the long description, read from README.md
long_description_content_type="text/markdown",
# For a lot of the DM spectral classes we require that dict types are ordered
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit e8f7f9f

Please sign in to comment.