This website requires JavaScript.
Explore
Help
Sign In
xenofem
/
python-zulip-api
Watch
1
Star
0
Fork
You've already forked python-zulip-api
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
d11d31d795
python-zulip-api
/
requirements.txt
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
packaging: Automate the package release process. This commit adds a script to automate the PyPA release of the zulip, zulip_bots and zulip_botserver packages. The tools/release-packages script would take care of uploading the packages to PyPA, and push commits to both repos updating the package versions. If you have commit access to the repos, you can --push upstream to master. If not, then you can --push origin to a new branch on your fork and create a PR for those changes. Ideally, a release shouldn't take longer than however long it takes one to type the above command. If you have SSH set up on GitHub, you won't need to type in your GitHub username and password. You can also store your PyPA credentials in a file in your home directory; it isn't very secure, but it saves time nevertheless.
2017-09-18 20:04:03 -04:00
crayons
twine
requirements: Add coverage.
2017-08-23 10:38:29 -04:00
coverage>=4.4.1
python-zulip-api: Add tools/provision for setting up dev env.
2017-08-07 19:07:58 -04:00
pycodestyle==2.3.1
-e ./zulip
-e ./zulip_bots
-e ./zulip_botserver
Reference in a new issue
Copy permalink