mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 13:42:11 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c576eae48b | ||
|
|
afb939b25e |
@@ -205,8 +205,8 @@ package:
|
||||
.. |the repository service| replace:: GitHub
|
||||
.. |contribute button| replace:: "Create pull request"
|
||||
|
||||
.. _repository: https://github.com/HuFlungDu/meshctrl
|
||||
.. _issue tracker: https://github.com/HuFlungDu/meshctrl/issues
|
||||
.. _repository: https://github.com/HuFlungDu/pylibmeshctrl
|
||||
.. _issue tracker: https://github.com/HuFlungDu/pylibmeshctrl/issues
|
||||
.. <-- end -->
|
||||
|
||||
|
||||
|
||||
13
setup.cfg
13
setup.cfg
@@ -5,23 +5,18 @@
|
||||
|
||||
[metadata]
|
||||
name = meshctrl
|
||||
description = Add a short description here!
|
||||
description = Python package for interacting with a Meshcentral server instance
|
||||
author = Josiah Baldwin
|
||||
author_email = jbaldwin8889@gmail.com
|
||||
license = MIT
|
||||
license_files = LICENSE.txt
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst; charset=UTF-8
|
||||
url = https://github.com/pyscaffold/pyscaffold/
|
||||
url = https://github.com/HuFlungDu/pylibmeshctrl/
|
||||
# Add here related links, for example:
|
||||
project_urls =
|
||||
Documentation = https://pyscaffold.org/
|
||||
# Source = https://github.com/pyscaffold/pyscaffold/
|
||||
# Changelog = https://pyscaffold.org/en/latest/changelog.html
|
||||
# Tracker = https://github.com/pyscaffold/pyscaffold/issues
|
||||
# Conda-Forge = https://anaconda.org/conda-forge/pyscaffold
|
||||
# Download = https://pypi.org/project/PyScaffold/#files
|
||||
# Twitter = https://twitter.com/PyScaffold
|
||||
Documentation = https://pylibmeshctrl.readthedocs.io/
|
||||
Source = https://github.com/HuFlungDu/pylibmeshctrl/
|
||||
|
||||
# Change if running only on Windows, Mac or Linux (comma-separated)
|
||||
platforms = any
|
||||
|
||||
Reference in New Issue
Block a user