File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ packageurl-python:
4
4
- Philippe Ombredanne @pombredanne
5
5
- Jiri Popelka @jpopelka
6
6
- Thomas Druez @tdruez
7
+ - Jono Yang @JonoYang
8
+ - Sebastain Schuberth @sschuberth
9
+ - Tushar Goel @TG1999
10
+ - Haiko Schol @haikoschol
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- x.x.x (2017-xx-xx )
4
+ 0.9.0 (2020-04-06 )
5
5
------------------
6
6
7
- Initial release
7
+ - Make PackageURL hashable.
Original file line number Diff line number Diff line change 2
2
universal = 1
3
3
4
4
[metadata]
5
- license_file = mit.LICENSE
5
+ license_files =
6
+ - mit.LICENSE
7
+ - AUTHORS.rst
8
+ - README.rst
9
+ - CONTRIBUTING.rst
6
10
7
11
[aliases]
8
12
release = clean --all sdist bdist_wheel
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'packageurl-python' ,
17
- version = '0.8.7 ' ,
17
+ version = '0.9.0 ' ,
18
18
license = 'MIT' ,
19
19
description = 'A "purl" aka. package URL parser and builder' ,
20
20
long_description = 'Python library to parse and build "purl" aka. package URLs. '
You can’t perform that action at this time.
0 commit comments