Skip to content

Commit

Permalink
First commit for the new FluidDyn organization as "eggs".
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Mar 29, 2015
0 parents commit 338b7de
Show file tree
Hide file tree
Showing 131 changed files with 21,034 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
syntax: glob

*.pyd*
*.pyc
*~
*temp
*.html

\#*\#

doc/_build/*
doc/**generated/*
doc/html.zip
doc/ipynb/*_files/*.png
doc/ipynb/*.rst

*.ipynb_checkpoints*
*Untitled*.ipynb

*.egg-info/*

build/*
dist/*.tar.gz
dist*

*.so

*fftw2Dmpi_cylib.c
*fftw2Dmpi_ccylib.c
*.o

*setofvariables.c
*operators.c
*cyfunc.c

*cy.c

scripts\Experiments\path_working_exp.txt

scripts/Simul/Launch/Profile.prof
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

0.0.8a
------

- The fluiddyn package now only contains base files for the FluidDyn
project. Other packages (fluidsim, fluidlab, ...) provide other
files.
11 changes: 11 additions & 0 deletions HOWTO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
How to
======

How to upload to PyPI — the Python Package Index
------------------------------------------------

First, run the tests::
python -m unittest discover

With a correct $HOME/.pypirc, run::
python setup.py sdist upload
Loading

0 comments on commit 338b7de

Please sign in to comment.