forked from pool/python-requirements-parser
- update to 0.5.0:
* Support all documented options in requirements files #62 * Library is now typed according to PEP561 (`0e1bb6a`) * Readthedocs config (`ac1e7fb`) * Added some typing (`169ff6e`) * Removed Python 2 code (`82f9473`) * Removed version from __init__ (`4e83b9d`) - drop 0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch, remove-nose.patch: upstream - add dont-install-readme.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-parser?expand=0&rev=18
This commit is contained in:
16
dont-install-readme.patch
Normal file
16
dont-install-readme.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Index: requirements-parser-0.5.0/pyproject.toml
|
||||
===================================================================
|
||||
--- requirements-parser-0.5.0.orig/pyproject.toml
|
||||
+++ requirements-parser-0.5.0/pyproject.toml
|
||||
@@ -21,11 +21,6 @@ repository = "https://github.com/madpah/
|
||||
packages = [
|
||||
{ include = "requirements" }
|
||||
]
|
||||
-include = [
|
||||
- "AUTHORS.rst",
|
||||
- "LICENSE",
|
||||
- "README.md"
|
||||
-]
|
||||
classifiers = [
|
||||
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
|
||||
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
Reference in New Issue
Block a user