diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bfbea..e8d73a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/althonos/fs.archive/compare/v0.7.0...HEAD + + +## [v0.7.0] - 2021-12-14 + +[v0.7.0]: https://github.com/althonos/fs.archive/compare/v0.6.2...v0.7.0 ### Added - This changelog file. diff --git a/COPYING b/COPYING index caa2253..dd77271 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2019 Martin Larralde +Copyright (c) 2017-2021 Martin Larralde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fs/archive/_version.txt b/fs/archive/_version.txt index b616048..faef31a 100644 --- a/fs/archive/_version.txt +++ b/fs/archive/_version.txt @@ -1 +1 @@ -0.6.2 +0.7.0 diff --git a/setup.cfg b/setup.cfg index 2a2b5a7..972d539 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fs.archive -version = 0.6.2 +version = file: fs/archive/_version.txt author = Martin Larralde author-email = martin.larralde@ens-cachan.fr home-page = https://github.com/althonos/fs.archive @@ -27,6 +27,11 @@ classifiers = Programming Language :: Python :: 3.10 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Filesystems +project_urls = + Bug Tracker = https://github.com/althonos/fs.archive/issues + Changelog = https://github.com/althonos/fs.archive/blob/master/CHANGELOG.md + Coverage = https://codecov.io/gh/althonos/fs.archive + Builds = https://github.com/althonos/fs.archive/actions [options.extras_require] tar.xz = @@ -43,7 +48,7 @@ all = [options] zip_safe = true -include_package_data = false +include_package_data = true python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.* test_suite = tests packages = @@ -51,6 +56,7 @@ packages = fs.archive.tarfs fs.archive.zipfs fs.archive.isofs + fs.archive.sevenzipfs setup_requires = setuptools >=38.3.0 install_requires = @@ -74,6 +80,9 @@ fs.archive.open_archive = .iso = fs.archive.isofs:ISOFS [iso] .7z = fs.archive.sevenzipfs.SevenZipFS [7z] +[options.package_data] +fs.archive = _version.txt + [bdist_wheel] universal = true