jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 84 forks source link

Add scripts/ to the excluded directories #204

Closed WOnder93 closed 10 months ago

WOnder93 commented 1 year ago

Otherwise setuptools will install it as a global "scripts" module, which doesn't seem intended.

jaraco commented 10 months ago

Sounds good. Agreed that was unintentional. I wonder if instead we should move scripts to irc.scripts, but for now this approach is suitable.