name: nr.shore version: "0.0.31.post1" license: MIT url: https://git.niklasrosenstein.com/NiklasRosenstein/shore description: | Automates the heavy lifting of release and distribution management for pure Python packages. author: Niklas Rosenstein modulename: shore requirements: - python ^2.7|^3.4 - beautifulsoup4 ^4.8.1 - click ^7.0 - jinja2 ^2.11.1 - networkx ^2.4 - nr.databind.core ~0.0.1 - nr.databind.json ~0.0.1 - nr.fs ^1.5.0 - nr.pylang.utils ^0.0.1 - nr.proxy ^0.0.1 - requests ^2.22.0 - packaging ^20.1 - PyYAML ^5.1.0 - termcolor ^1.1.0 - twine entrypoints: console_scripts: - shore = shore.__main__:_entry_point - shore-conda-forge = shore.tools.conda_forge:main shore.core.plugins: - core = shore.plugins.core:CorePlugin - install-script = shore.plugins.install_script:InstallScriptRenderer - pypi = shore.plugins.pypi:PypiPublisher - requirements-file = shore.plugins.requirements_file:RequirementsFileRenderer - setuptools = shore.plugins.setuptools:SetuptoolsRenderer manifest: - include src/shore/templates/install_script/install - recursive-include src/shore/templates *.yaml *.py *.md