]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat: Update project
authorOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 17:46:39 +0000 (20:46 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 17:46:39 +0000 (20:46 +0300)
project_template/ChangeLog
project_template/README.rst
project_template/devscripts/requirements/requirements.txt
project_template/docs/install.rst

index e45d3d1285704a077fd22fab7b137e082a8967a3..a2c8ff49378aab1da7b87a2053e392681d3a1bac 100644 (file)
@@ -1 +1 @@
-Version 0.0.1 (2018-04-01)
+Version 0.0.1 (2024-08-01)
index 749389f6b71206c727378d168a69c9864ae1df95..0ace78247e59e1ae9014fa31ddabe451f5379884 100644 (file)
@@ -4,7 +4,7 @@
 
 Author: Oleg Broytman <phd@phdru.name>.
 
-Copyright (C) 2018 PhiloSoft Design.
+Copyright (C) 2024 PhiloSoft Design.
 
 License: GPL.
 
index 06736f72fe6dc0fd01f840195fe4ab0634139f68..627fa17f23087351db27c0c10a68748756b0f9c3 100644 (file)
@@ -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'
index cfaf935bd9c5bdeb48e5574111ced6ab551a0b22..e52a39042e09c202f1f23d7289ee1b83534961dc 100644 (file)
@@ -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
 =========================