mirror of https://github.com/Shizmob/pydle.git
Compare commits
2 Commits
640f5ea0fc
...
32b4316f40
Author | SHA1 | Date |
---|---|---|
Joshua Salzedo | 32b4316f40 | |
David Sangrey | 417a33d50d |
|
@ -106,7 +106,7 @@ class Client(MyBase):
|
|||
|
||||
**Q: How do I...?**
|
||||
|
||||
Stop! Read the [documentation](http://pydle.readthedocs.org) first. If you're still in need of support, join us on IRC! We hang at `#pydle` on `irc.libera.chat`. If someone is around, they'll most likely gladly help you.
|
||||
Stop! Read the [documentation](http://pydle.readthedocs.org) first. If you're still in need of support, please [raise a new issue](https://github.com/Shizmob/pydle/issues/new) in this repository!
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
|
@ -3,9 +3,12 @@ name = "pydle"
|
|||
version = "1.0.1"
|
||||
description = "A compact, flexible, and standards-abiding IRC library for python3."
|
||||
authors = ["Shiz <hi@shiz.me>"]
|
||||
maintainers = ["Joshua Salzedo <joshuasalzedo@gmail.com>",]
|
||||
repository = "https://github.com/Shizmob/pydle"
|
||||
keywords = ["irc", "library","python3","compact","flexible"]
|
||||
license = "BSD"
|
||||
license = "BSD-3-Clause"
|
||||
readme = "README.md"
|
||||
documentation = "https://pydle.readthedocs.io/"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6,<3.10"
|
||||
|
|
Loading…
Reference in New Issue