Skip to content

Commit

Permalink
[add] desc for pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vchemla committed Mar 11, 2024
1 parent 18bdce6 commit 6a32576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = adilsm
description = Integrated Longitudinal Multi
description = Integrated Longitudinal Multi Source Model
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Advestis/adilsm
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
from setuptools import find_packages, setup
import versioneer
requirements = """
setuptools>=61
adnmtf==0.1.164
"""

description = "Integrated Longitudinal Multi Source Model"

setup(
name="adilsm",
version='0.0.1',
version='0.0.2',
author="Mazars",
author_email="victor.chemla@mazars.fr",
description="{description}",
description=f"{description}",
packages=find_packages(),
install_requires=requirements,
# include_package_data: to install data from MANIFEST.in
Expand Down

0 comments on commit 6a32576

Please sign in to comment.