Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37634136
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pyyaml-env-tag

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: python3-module-pyyaml-env-tag-0.1-alt.patch
Скачать


 .gitignore |  1 -
 setup.py   | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index a81c8ee..2f6fe98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,6 @@ MANIFEST
 #  Usually these files are written by a python script from a template
 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
 *.manifest
-*.spec
 
 # Installer logs
 pip-log.txt
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..8268bfc
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,18 @@
+#!/usr/bin/env python
+# setup.py generated by flit for tools that don't yet use PEP 517
+
+from distutils.core import setup
+
+install_requires = \
+['pyyaml']
+
+setup(name='pyyaml_env_tag',
+      version='0.1',
+      description='A custom YAML tag for referencing environment variables in YAML files. ',
+      author='Waylan Limberg',
+      author_email='waylan.limberg@icloud.com',
+      url='https://github.com/waylan/pyyaml-env-tag',
+      py_modules=['yaml_env_tag'],
+      install_requires=install_requires,
+      python_requires='>=3.6',
+     )
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin