Skip to content

Commit

Permalink
Missing requirements.txt in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jun 21, 2016
1 parent aff6129 commit f9cd426
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include LICENSE
include requirements.txt
include doc/*
recursive-include third_party *
2 changes: 1 addition & 1 deletion doc/CLI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The generated native ``.so`` module can then be used with the Python interpreter
Pythran version can be dumped through ``--version``::

$> pythran --version 2>&1
0.7.5
0.7.5post1

The module-level ``__pythran__`` variable indicates that the module loaded has been pythranized::

Expand Down
2 changes: 1 addition & 1 deletion pythran/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.7.5'
__version__ = '0.7.5post1'
__url__ = 'https://github.com/serge-sans-paille/pythran'
__descr__ = 'a claimless python to c++ converter'
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Changelog.rst:../Changelog
cat $< >> $@

pythran.png:../logo.svg Makefile
inkscape -f $< --export-height=80 --export-background-opacity=0 --export-png $@
convert -density 1200 -resize x80 -background none $< $@

0 comments on commit f9cd426

Please sign in to comment.