Skip to content
Snippets Groups Projects
Commit 9ff30c4d authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13300: oBIS 0.4.0-rc1

parent 2b5725a2
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -13,7 +13,7 @@
# limitations under the License.
#
__author__ = "ID SIS • ETH Zürich"
__email__ = "swen@ethz.ch"
__version__ = "0.3.2"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "0.4.0rc1"
from .dm import *
......@@ -18,7 +18,7 @@ import sys
if sys.version_info < (3, 3):
sys.exit("Sorry, Python < 3.3 is not supported")
from setuptools import setup, find_packages
from setuptools import setup
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
......@@ -31,13 +31,13 @@ data_files = [
setup(
name="obis",
version="0.3.2",
version="0.4.0rc1",
description="Local data management with assistance from OpenBIS.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://sissource.ethz.ch/sispub/openbis/tree/master/app-openbis-command-line",
author="ID SIS • ETH Zürich",
author_email="swen@ethz.ch",
author_email="openbis-support@id.ethz.ch",
license="Apache Software License Version 2.0",
packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"],
data_files=data_files,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment