Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 7, 2024
1 parent 702866c commit 61033dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@

scripts = list(glob('bin/*'))
root = os.path.dirname(__file__) or '.'
readme = open("%s/README.md" % root, encoding='utf-8').read()
descr = "RADICAL-Cybertools utility library"
readme = open('%s/README.md' % root, encoding='utf-8').read()
descr = 'RADICAL-Cybertools utility library'
keywords = ['radical', 'cybertools', 'utilities']

share = 'share/%s' % name
data = [('%s/examples' % share, glob('examples/*.{py,cfg,json,sh}')),
('%s/examples/zmq' % share, glob('examples/zmq/*.md' )),
('%s/examples/zmq' % share, glob('examples/zmq/queue/*' )),
('%s/examples/zmq' % share, glob('examples/zmq/pubsub/*' ))]
('%s/examples/zmq' % share, glob('examples/zmq/pubsub/*' ))
]


# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 61033dc

Please sign in to comment.