Skip to content

Commit 386a92f

Browse files
committed
Bunp to point a release to the name and URL
* https://github.com/package-url/packageurl-python Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent da0cd43 commit 386a92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
setup(
1212
name='purl-python',
13-
version='0.2.0',
13+
version='0.2.1',
1414
license='MIT',
15-
description='A "purl" aka. package URL parser and builder.',
15+
description='A "purl" aka. package URL parser and builder. [deprecated name: use instead packageurl-python ]',
1616
long_description='Python library to parse and build "purl" aka. package URLs.',
1717
author='the purl authors',
18-
url='https://github.com/package-url/purl-python',
18+
url='https://github.com/package-url/packageurl-python',
1919
package_dir={'': 'src'},
2020
packages=find_packages('src'),
2121
include_package_data=True,

0 commit comments

Comments
 (0)