Skip to content

Commit

Permalink
Merge pull request #43 from da4089/dev-rqmts
Browse files Browse the repository at this point in the history
Ensure developer requirements include the runtime requirements
  • Loading branch information
da4089 authored Apr 9, 2024
2 parents 4327215 + 0a15f57 commit 37b0a73
Show file tree
Hide file tree
Showing 18 changed files with 39,765 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt

coverage
python-dateutil >= 2.4.0
setuptools
wheel
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
implementations
For older changes, see
- http://py-vobject.github.io/vobject/#release-history or
- http://py-vobject.github.io/#release-history or
- http://vobject.skyhouseconsulting.com/history.html
"""

Expand All @@ -35,8 +35,8 @@
maintainer_email="[email protected]",
license = "Apache",
zip_safe = True,
url = "http://py-vobject.github.io/vobject/",
download_url = 'https://github.com/py-vobject/vobject/tarball/0.9.7',
url = "http://py-vobject.github.io/",
download_url = 'https://github.com/py-vobject/vobject/releases',
bugtrack_url = "https://github.com/py-vobject/vobject/issues",
entry_points = {
'console_scripts': [
Expand Down
1,851 changes: 1,851 additions & 0 deletions specs/rfc2425-mime-directory.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 37b0a73

Please sign in to comment.