Skip to content

Commit

Permalink
Merge pull request #178 from radical-cybertools/description
Browse files Browse the repository at this point in the history
  • Loading branch information
mturilli authored Aug 23, 2023
2 parents dcebde9 + b69fbbf commit 213a18f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import subprocess as sp

from setuptools import setup, Command, find_namespace_packages

from pathlib import Path

# ------------------------------------------------------------------------------
base = 'analytics'
Expand Down Expand Up @@ -200,13 +200,20 @@ def run(self):
requirements = freq.readlines()


# ------------------------------------------------------------------------------
#
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text(encoding='utf-8')

# ------------------------------------------------------------------------------
#
setup_args = {
'name' : name,
'namespace_packages' : ['radical'],
'version' : version,
'description' : 'Profiling library for RADICAL-Cybertools',
'long_description' : long_description,
'long_description_content_type' : 'text/markdown',
'author' : 'RADICAL Group at Rutgers University',
'author_email' : 'radical@rutgers.edu',
'maintainer' : 'The RADICAL Group',
Expand Down

0 comments on commit 213a18f

Please sign in to comment.