We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3d0fd commit df2e4a2Copy full SHA for df2e4a2
setup.py
@@ -20,9 +20,9 @@
20
long_description_content_type="text/markdown",
21
author='Raspberry Pi Foundation',
22
author_email = '[email protected]',
23
- url = 'https://github.com/RaspberryPiFoundation/buildhat',
+ url = 'https://github.com/RaspberryPiFoundation/python-build-hat',
24
project_urls = {
25
- 'Bug Tracker': "https://github.com/RaspberryPiFoundation/buildhat/issues",
+ 'Bug Tracker': "https://github.com/RaspberryPiFoundation/python-build-hat/issues",
26
},
27
packages=['buildhat'],
28
package_data={
0 commit comments