-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lars Holm Nielsen <[email protected]>
- Loading branch information
Showing
5 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Changes | ||
======= | ||
|
||
Version 0.1 (released FIXME): | ||
Version 0.1 (released 2015-02-25): | ||
|
||
- Initial public release on PyPI. | ||
- Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
============================= | ||
DataCite v0.1.0 is released | ||
============================= | ||
|
||
DataCite v0.1.0 was released on February 25, 2015. | ||
|
||
About | ||
----- | ||
|
||
Python API wrapper for the DataCite Metadata Store API. | ||
|
||
What's new | ||
---------- | ||
|
||
- Initial public release. | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install datacite | ||
|
||
Documentation | ||
------------- | ||
|
||
http://datacite.readthedocs.org/en/v0.1.0 | ||
|
||
Homepage | ||
-------- | ||
|
||
https://github.com/inveniosoftware/datacite | ||
|
||
Good luck and thanks for choosing DataCite. | ||
|
||
| Invenio Development Team | ||
| Email: [email protected] | ||
| IRC: #invenio on irc.freenode.net | ||
| Twitter: http://twitter.com/inveniosoftware | ||
| GitHub: http://github.com/inveniosoftware | ||
| URL: http://invenio-software.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ | |
source-dir = docs/ | ||
build-dir = docs/_build | ||
all_files = 1 | ||
|
||
[bdist_wheel] | ||
universal=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters