Skip to content

Commit

Permalink
added documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
skallfass committed Aug 9, 2019
1 parent 8f44225 commit 4ebe390
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,11 @@ The usage of cenv reduces the conda commands to use to the following:
* `cenv` to create / update an environment


## Documentation
For complete documentation see
[cenv documentation](https://cenv.ouroboros.info/).


## Installation

Install `cenv` using pip:
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -60,6 +60,12 @@ The usage of cenv reduces the conda commands to use to the following:
* ``conda remove -n ... --all`` to remove an environment
* ``cenv`` to create / update an environment

Documentation
-------------

For complete documentation see
`cenv documentation <https://cenv.ouroboros.info/>`_.

Installation
------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,11 +1,11 @@
[tool.poetry]
name = "cenv_tool"
version = "1.0.1"
version = "1.0.2"
description = "conda environment creation and update from meta.yaml"
license = "MIT"
authors = ["Simon Kallfass <skallfass@ouroboros.info>"]
readme = "README.md"
homepage = "https://www.github.com/skallfass/cenv_tool"
homepage = "https://www.cenv.ouroboros.info"
repository = "https://github.com/skallfass/cenv_tool"
keywords = ["conda", "environment", "dependencies"]
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,11 +21,11 @@
setup(
long_description=readme,
name='cenv_tool',
version='1.0.1',
version='1.0.2',
description='conda environment creation and update from meta.yaml',
python_requires='==3.*,>=3.7.0',
project_urls={
'homepage': 'https://www.github.com/skallfass/cenv_tool',
'homepage': 'https://www.cenv.ouroboros.info',
'repository': 'https://github.com/skallfass/cenv_tool'
},
author='Simon Kallfass',
Expand Down

0 comments on commit 4ebe390

Please sign in to comment.