Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
The Universal Packaging Tool
upt
Commits
8f3b5a49
Commit
8f3b5a49
authored
Mar 11, 2018
by
Cyril Roelandt
Browse files
setup.cfg: Add 'frontends' and 'backends' extras.
parent
9fc9efc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
8f3b5a49
...
...
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [0.2.2] - 2018-03-04
### Added
- Added 'frontends' and 'backends' extras to make installation easier
### Fixed
- upt.licenses.License: add __eq__ so that comparisons do not fail
...
...
README.md
View file @
8f3b5a49
...
...
@@ -24,6 +24,18 @@ document. You may install them by running:
$ pip install upt-openbsd
$ pip install ...
You may also install upt and all its frontends by running:
$ pip install upt[frontends]
You may also install upt and all its backends by running:
$ pip install upt[backends]
You may also install upt and all of its frontends and backends by running:
$ pip install upt[frontends,backends]
## Usage
You may get help by running:
...
...
setup.cfg
View file @
8f3b5a49
...
...
@@ -23,3 +23,13 @@ install_requires =
[options.entry_points]
console_scripts =
upt = upt.upt:main
[options.extras_require]
frontends =
upt-cpan
upt-pypi
upt-rubygems
backends =
upt-guix
upt-openbsd
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment