Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2824798
setup.py.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
733 B
Referenced Files
None
Subscribers
None
setup.py.in
View Options
#!@PYTHON@
import re
from setuptools import setup
# This will match things like "2.1.3" and "2.1.3-100", but not things like
# "2.1.3-100.deadbeef". Any other formats (or lack of a match) will result
# in an exception during package building, which is probably okay. That's an
# error on our part and is something we should fix.
ver = re.match("[0-9.]+[0-9-]*", "@PACKAGE_VERSION@")[0]
setup(name='pacemaker',
version=ver,
author='The Pacemaker project contributors',
author_email='@PACKAGE_BUGREPORT@',
license='LGPLv2.1+',
url='https://clusterlabs.org/pacemaker/',
description='Python libraries for Pacemaker',
packages=['pacemaker', 'pacemaker._cts', 'pacemaker._cts.tests'],
)
File Metadata
Details
Attached
Mime Type
text/x-script.python
Expires
Sat, Jan 25, 10:48 AM (19 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1196471
Default Alt Text
setup.py.in (733 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment