Skip to content

Commit

Permalink
packaging (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Feb 19, 2023
1 parent 1096ee9 commit 3110477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pyhgf.egg-info
build
coverage.xm
.mypy_cache
.pytest_cache
.pytest_cache
dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_version(rel_path):
maintainer_email=MAINTAINER_EMAIL,
description=DESCRIPTION,
long_description=open("README.md").read(),
long_description_content_type="text/x-rst",
long_description_content_type="text/markdown",
license="GPL-3.0",
version=get_version("pyhgf/__init__.py"),
install_requires=get_requirements(),
Expand Down

0 comments on commit 3110477

Please sign in to comment.