Skip to content

Commit

Permalink
Use PyPi pynautobot package and update some emails (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Feb 24, 2021
1 parent d68585a commit 52e7a62
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

project = "Nautobot Ansible Modules"
copyright = "2021, Network to Code"
author = "Network to Code <info@networktocode.com>"
author = "Network to Code <opensource@networktocode.com>"

# The full version, including alpha/beta/rc tags
release = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/contributing/modules/new_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Now we need to update the ``DOCUMENTATION`` variable to match the module we're c
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- Network to Code <info@networktocode.com>
- Network to Code <opensource@networktocode.com>
requirements:
- pynautobot
version_added: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Contents
Changelog <changelog/index>

.. note::
This is a fork of the networktocode.nautobot Ansible Galaxy collection found at [https://github.com/nautobot/nautobot-ansible](https://github.com/nautobot/nautobot-ansible) in February, 2021
This is a fork of the netbox.netbox Ansible Galaxy collection found at [https://github.com/netbox-community/ansible_modules](https://github.com/netbox-community/ansible_modules) in February, 2021

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Network to Code <info@networktocode.com>
- Network to Code <opensource@networktocode.com>

### OPTIONAL but strongly recommended

Expand Down
93 changes: 47 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "nautobot_ansible_modules"
version = "1.0.0"
description = "Ansible collection to interact with Nautobot's API"
authors = ["Network to Code <info@networktocode.com"]
authors = ["Network to Code <opensource@networktocode.com"]
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.6"
ansible-base = "^2.10.0"
pynautobot = {path = "hacking/packages/pynautobot-1.0.0.tar.gz"}
pynautobot = "^1.0.1"

[tool.poetry.dev-dependencies]
black = "19.10b0"
Expand Down

0 comments on commit 52e7a62

Please sign in to comment.