You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is designed to illustrate how to create a pip-installable package (following these minimal instructions) and add continuous integration (CI with travis).
The idea is, that you clone it and then first make it a pip-installable package and then add CI.
Here are the steps:
Fork this repository
Clone it onto your local machine
Edit the file setup.py
Change the name of the repo (I recommend to change the aypac part to your username)
Also change url, author, author_email and packages
If you want to also upload the example to PyPi, follow the remaining examples here