Manually list all folders (not so nice imo)
This commit is contained in:
parent
8559dcbfeb
commit
fc3da234c1
10
setup.cfg
10
setup.cfg
|
@ -18,6 +18,12 @@ classifiers =
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
packages =
|
||||||
packages = find:
|
twnet_parser
|
||||||
|
twnet_parser.messages7
|
||||||
|
twnet_parser.messages7.control
|
||||||
|
twnet_parser.messages7.system
|
||||||
|
twnet_parser.messages7.game
|
||||||
|
twnet_parser.external
|
||||||
|
twnet_parser.msg_matcher
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue