We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e800647 commit dae5372Copy full SHA for dae5372
setup.py
@@ -15,12 +15,8 @@
15
"""
16
from setuptools import setup, find_packages
17
18
-version = "1.3.1"
+version = "1.3.2"
19
20
-# f = open('README.md')
21
-# long_description = f.read().strip()
22
-# long_description = long_description.split('split here', 1)[1]
23
-# f.close()
24
long_description = """
25
This charon is a tool to synchronize several types of
26
artifacts repository data to RedHat Ronda service (maven.repository.redhat.com).
0 commit comments