Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You'll need a digital certificate (.crt) and private key (.key) to authenticate
Provisionally, you can use author's testing certificate/key:

```
wget https://www.sistemasagiles.com.ar/soft/pyafipws/reingart.zip
wget https://www.sistemasagiles.com.ar/soft/pyafipws/reingart2021.zip
unzip reingart.zip
```

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ console_scripts =
wsbfev1 = pyafipws.wsbfev1:main
wscdc = pyafipws.wscdc:main
wscoc = pyafipws.wscoc:main
wscpe = pyafipws.wscpe:main
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added wscpe service as an entry point

wsct = pyafipws.wsct:main
wsctg = pyafipws.wsctg:main
wsfecred = pyafipws.wsfecred:main
Expand Down
Loading