Skip to content

Commit 1854ad2

Browse files
authored
Update book title (#29)
1 parent b27f946 commit 1854ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Exercises for Publishing Python Packages 🐍 📦 ⬆️
1+
# Exercises for Publishing Python Packages: Test, share, and automate your projects 🐍 📦 ⬆️
22

33
![](cover.jpg)
44

5-
This repository contains the source code for the examples and exercises contained in [_Publishing Python Packages_](https://pypackages.com). The repository is a template repository, so if you'd like to follow along with the book you can [make your own copy](https://github.com/daneah/publishing-python-packages/generate).
5+
This repository contains the source code for the examples and exercises contained in [_Publishing Python Packages: Test, share, and automate your projects_](https://pypackages.com). The repository is a template repository, so if you'd like to follow along with the book you can [make your own copy](https://github.com/daneah/publishing-python-packages/generate).
66

77
Each chapter's examples are in their own directory. In some chapters, you'll find multiple snippets in a single module. These won't always produce output when you run them, and are occasionally meant only as snippets to demonstrate a concept. In later chapters, some modules act as an entrypoint to run a program from the command line, importing other modules along the way. Follow along in the book for more context!
88

0 commit comments

Comments
 (0)