From: Oleg Broytman Date: Tue, 27 Aug 2024 17:46:39 +0000 (+0300) Subject: Feat: Update project X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=dc8f648dac72fbe3f65b64cd9aff64179ef9dcb2;p=cookiecutter.git Feat: Update project --- diff --git a/project_template/ChangeLog b/project_template/ChangeLog index e45d3d1..a2c8ff4 100644 --- a/project_template/ChangeLog +++ b/project_template/ChangeLog @@ -1 +1 @@ -Version 0.0.1 (2018-04-01) +Version 0.0.1 (2024-08-01) diff --git a/project_template/README.rst b/project_template/README.rst index 749389f..0ace782 100644 --- a/project_template/README.rst +++ b/project_template/README.rst @@ -4,7 +4,7 @@ Author: Oleg Broytman . -Copyright (C) 2018 PhiloSoft Design. +Copyright (C) 2024 PhiloSoft Design. License: GPL. diff --git a/project_template/devscripts/requirements/requirements.txt b/project_template/devscripts/requirements/requirements.txt index 06736f7..627fa17 100644 --- a/project_template/devscripts/requirements/requirements.txt +++ b/project_template/devscripts/requirements/requirements.txt @@ -1,6 +1,5 @@ --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ ---install-option=-O2 m_lib.defenc >= 1.0 m_lib >= 2.0; python_version >= '2.7' and python_version < '3.0' diff --git a/project_template/docs/install.rst b/project_template/docs/install.rst index cfaf935..e52a390 100644 --- a/project_template/docs/install.rst +++ b/project_template/docs/install.rst @@ -6,14 +6,14 @@ System-wide :: - sudo pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' {project} + sudo pip install --find-links=https://phdru.name/Software/Python/ --no-index {project} User mode --------- :: - pip install --find-links=https://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project} + pip install --find-links=https://phdru.name/Software/Python/ --no-index --user {project} Installation from sources =========================