-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
39 lines (38 loc) · 1.17 KB
/
Copy pathsettings.ini
File metadata and controls
39 lines (38 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[DEFAULT]
host = github
lib_name = easyrelease
user = PabloRMira
description = Tools to automate release to GitHub, pypi and conda
keywords = github release python pypi conda
author = Pablo Rodriguez Mira
author_email = rodriguez.mira.pablo@gmail.com
copyright = Pablo Rodriguez Mira
branch = main
version = 0.3.0
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 3
requirements = pyyaml>=5.0.0
requests>=2.0.0
conda-build>=3.0.0
anaconda-client>=1.7.0
twine>=3.0.0
console_scripts = gh-release=easyrelease.cli:make_gh_release_cli
make-changelog=easyrelease.gh:make_changelog
easyrelease-init=easyrelease.cli:init_configs
update-meta-yaml=easyrelease.conda:update_meta_yaml
build-conda-package=easyrelease.conda:build_conda_package
login-to-anaconda=easyrelease.conda:login_to_anaconda
upload-conda-package=easyrelease.conda:upload_conda_package
publish-pypi-package=easyrelease.pypi:build_and_publish_pypi
nbs_path = nbs
doc_path = docs
recursive = False
doc_host = https://PabloRMira.github.io
doc_baseurl = /easyrelease/
git_url = https://github.com/PabloRMira/easyrelease/tree/main/
lib_path = easyrelease
title = easyrelease