Skip to content

Commit

Permalink
Fixed beeware#2 - Release a 0.0.1 version so pip install works.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 29, 2015
1 parent ee51300 commit f525d1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
include README.rst
include AUTHORS
include LICENSE
include Makefile
include requirements*.txt
recursive-include voc *.py
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include tests *.py
recursive-include tests *.py
recursive-include python *.java
4 changes: 2 additions & 2 deletions docs/releases.txt → docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release History
===============

0.1.0 - In development
----------------------
0.0.1
-----

Initial public release.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion voc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# __version__ = '1.2.3' # Final Release
# __version__ = '1.2.3.post1' # Post Release 1

__version__ = '0.0.0'
__version__ = '0.0.1'

0 comments on commit f525d1c

Please sign in to comment.