Skip to content

Commit

Permalink
updated changelog and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Jun 28, 2018
1 parent cee3ef1 commit fa6ef16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Authors

* Cory Simon - pyIAST functionality
* Bastien Aillet - BET surface area functionality
* Chris Murdock - originally coded Micromeritics report import functionality
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Changelog
Features:

* Added an excel import which can take Micromeritics or
Belsorp report (.xls) files.
Belsorp report (.xls) files. Micromeritics code was
taken from the `official python repo <https://github.com/Micromeritics/micromeritics>`_.
* Improved plotting function to allow for more customisation
over how the graph looks.
* The extra arguments to print_info() are now passed to the plotting
function.

Bugfixes:

Expand Down
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ def read(*names, **kwargs):
'nose',
],
extras_require={
# eg:
# 'rst': ['docutils>=0.11'],
# ':python_version=="2.6"': ['argparse'],
'reST': [
'docutils>=0.11'
'doc9',
'pandoc',
'restructuredtext-lint',
],
},
)

0 comments on commit fa6ef16

Please sign in to comment.