Skip to content

Commit 2090f0d

Browse files
Marco Leograndefacebook-github-bot
authored andcommitted
Tweaks to the package metadata
Summary: * Bump version to 0.0.5 * Have separate homepage and download URLs Reviewed By: dkgi Differential Revision: D7969392 fbshipit-source-id: c86c599af601d547d1eff8d0aaf103c7b73abcef
1 parent 1ae3538 commit 2090f0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/build-pypi-package.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ set -e
99

1010
# global constants
1111
PACKAGE_NAME="pyre-check"
12-
PACKAGE_VERSION="0.0.4"
12+
PACKAGE_VERSION="0.0.5"
1313
AUTHOR='Facebook'
1414
AUTHOR_EMAIL='[email protected]'
1515
MAINTAINER='Facebook'
1616
MAINTAINER_EMAIL='[email protected]'
17-
URL='https://github.com/facebook/pyre-check'
17+
URL='https://pyre-check.org/'
18+
DOWNLOAD_URL='https://github.com/facebook/pyre-check'
1819
# https://www.python.org/dev/peps/pep-0008/#package-and-module-names
1920
MODULE_NAME="pyre_check"
2021
RUNTIME_DEPENDENCIES="'typeshed'"
@@ -137,6 +138,7 @@ setup(
137138
long_description_content_type='text/markdown',
138139
139140
url='${URL}',
141+
download_url='${DOWNLOAD_URL}',
140142
author='${AUTHOR}',
141143
author_email='${AUTHOR_EMAIL}',
142144
maintainer='${MAINTAINER}',

0 commit comments

Comments
 (0)