Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Include more files in sdist and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 17, 2017
1 parent 715dd84 commit 78d8da4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include CHANGELOG.* CONTRIBUTORS.* LICENSE tox.ini
graft docs
prune docs/_build
global-exclude *.py[cod] __pycache__
12 changes: 7 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- Support block storage
- Support volume snapshots and the new snapshot endpoint

- It seems that Exceptions make their error message available via a(n
undocumented?) `message` property, which conflicts with the "message" field
that DOAPIError's constructor tries to assign. Deal with this.
- It seems that Exceptions (in Python 2 only?) make their error message
available via a(n undocumented?) `message` property, which conflicts with the
"message" field that DOAPIError's constructor tries to assign. Deal with
this.

- I don't think `doapi-droplet wait` is actually waiting for actions correctly

For Version 1
=============
Expand Down Expand Up @@ -52,7 +55,6 @@ General
- Add a separate section to the documentation for private/internal methods
& classes
- Document `__init__` methods
- Convert the CLI documentation to manpages?
- Add the CLI documentation to each command's source file as a docstring?
- Improve the appearance of the "APIDocs" citations in the documentation
- Give every applicable item a link to the corresponding entry in the API
Expand Down Expand Up @@ -110,7 +112,7 @@ Library
- Add a (public) method for constructing a `Tag` object without fetching
anything
- Let `doapi.create_tag` take `**kwargs`
- Set the User Agent when making requests?
- Set the User Agent when making requests
- Make `Droplet.ip_address` and friends always return a public IP address if
one exists?
- `DOAPIError`: Decouple the stringification from the `__init__` method
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[aliases]
make=sdist bdist_wheel

[metadata]
license_file = LICENSE

0 comments on commit 78d8da4

Please sign in to comment.