Skip to content

Commit

Permalink
Merge pull request #5 from reegis/adaptions-for-the-first-release
Browse files Browse the repository at this point in the history
Adaptions for the first release
  • Loading branch information
uvchik committed Dec 12, 2019
2 parents 806a18c + 4dda1f7 commit ecdf901
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ We are warmly welcoming all who want to contribute to the deflex library.
Citing deflex
========================

We soon will use the zenodo project to get a DOI for each version.
Use Zenodo to get the DOI for your `deflex version <https://zenodo.org/search?page=1&size=20&q=deflex>`_.

License
============
Expand Down
2 changes: 1 addition & 1 deletion deflex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.1.0-rc.1'
__version__ = '0.1.0-rc.1'
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,13 @@ def read(fname):
"dill",
"matplotlib",
],
package_data={
"deflex": [
os.path.join("data", "static", "*.csv"),
os.path.join("data", "static", "*.txt"),
os.path.join("data", "geometries", "*.csv"),
os.path.join("data", "geometries", "*.geojson"),
"*.ini",
]
},
)

0 comments on commit ecdf901

Please sign in to comment.