Skip to content

Commit

Permalink
last details for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosonie committed Dec 3, 2019
1 parent b56d39c commit c877c8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include *.txt *.yml *.sh *.rst *.py *.json *.psf *.cif
recursive-include aiida_siesta/examples/ *.txt *.py *.psf *.cif *.rst
recursive-include aiida_siesta/tests/ *.txt *.py *.psf *.cif *.rst
include *.txt *.yml *.sh *.rst *.py *.json *.psf *.psml *.cif
recursive-include aiida_siesta/examples/ *.txt *.py *.psf *.psml *.cif *.rst 00_README
exclude docker-compose.yml
prune dockerscripts/
5 changes: 2 additions & 3 deletions PyPI-README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Documentation can be found in:

http://aiida-siesta-plugin.readthedocs.io

(generated from the sources in the `aiida_siesta/docs` directory of
this distribution).

Acknowledgements
----------------
Expand All @@ -18,6 +16,7 @@ This work is supported by the [MARVEL National Centre for Competency
in Research](<http://nccr-marvel.ch>) funded by the `Swiss National
Science Foundation <http://www.snf.ch/en>`_, as well as by the `MaX
European Centre of Excellence <http://www.max-centre.eu/>`_ funded by
the Horizon 2020 EINFRA-5 program, Grant No. 676598, and by
the Horizon 2020 INFRAEDI-2018-1 program, Grant No. 824143, and by
the Spanish MINECO (projects
FIS2012-37549-C05-05 and FIS2015-64886-C5-4-P)

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This work is supported by the [MARVEL National Centre for Competency
in Research](<http://nccr-marvel.ch>) funded by the `Swiss National
Science Foundation <http://www.snf.ch/en>`_, as well as by the `MaX
European Centre of Excellence <http://www.max-centre.eu/>`_ funded by
the Horizon 2020 EINFRA-5 program, Grant No. 676598, and by
the Horizon 2020 INFRAEDI-2018-1 program, Grant No. 824143, and by
the Spanish MINECO (projects
FIS2012-37549-C05-05 and FIS2015-64886-C5-4-P)

Expand Down
6 changes: 3 additions & 3 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Development Status :: 3 - Alpha"
"Development Status :: 4 - Beta"
],
"install_requires": [
"aiida_core[docs,atomic_tools]>=1.0.0b1,<2.0.0",
"pytest>=3.3.2"
"aiida_core[atomic_tools]>=1.0.0b6,<2.0.0"
],
"extras_require": {
"dev": [
Expand Down

0 comments on commit c877c8a

Please sign in to comment.