Skip to content

Commit

Permalink
prepare release 1.9.0dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
Courgette committed Oct 19, 2012
1 parent 36914d0 commit 7953d22
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 6 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,8 @@
include *.txt *.py *.xml *.tpl *.sql CHANGELOG README.md b3/PKG-INFO
include *.py
include b3_run.py
include b3/sql/*.sql
include CHANGELOG README.md b3/PKG-INFO *.txt
include b3/conf/*.xml b3/conf/*.ini
include b3/conf/templates/*.tpl
exclude py2exe_builder/*
exclude .idea/*
2 changes: 1 addition & 1 deletion b3.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: b3
Version: 1.9.0dev9
Version: 1.9.0dev10
Summary: BigBrotherBot (B3) is a cross-platform, cross-game game administration bot. Features in-game administration of game servers, multiple user access levels, and database storage. Currently include parsers for Call of Duty 1 to 7, Urban Terror (ioUrT), World of Padman, ETpro, Smokin' Guns, BFBC2, MOH, HomeFront, Open Arena, Altitude etc.
Home-page: http://www.bigbrotherbot.net
Author: Michael Thornton (ThorN), Tim ter Laak (ttlogic), Mark Weirath (xlr8or), Thomas Leveil (Courgette)
Expand Down
6 changes: 5 additions & 1 deletion b3.egg-info/SOURCES.txt
Expand Up @@ -65,6 +65,7 @@ b3/conf/templates/b3.homefront.tpl
b3/conf/templates/b3.iourt41.tpl
b3/conf/templates/b3.iourt42.tpl
b3/conf/templates/b3.moh.tpl
b3/conf/templates/b3.ravaged.tpl
b3/conf/templates/b3.ro2.tpl
b3/docs/LICENSE.txt
b3/docs/README.txt
Expand Down Expand Up @@ -195,6 +196,9 @@ b3/parsers/homefront/rcon.py
b3/parsers/q3a/__init__.py
b3/parsers/q3a/abstractParser.py
b3/parsers/q3a/rcon.py
b3/parsers/ravaged/__init__.py
b3/parsers/ravaged/ravaged_rcon.py
b3/parsers/ravaged/rcon.py
b3/parsers/source/__init__.py
b3/parsers/source/rcon.py
b3/plugins/__init__.py
Expand Down Expand Up @@ -235,7 +239,6 @@ b3/tools/documentationBuilder.py
b3/tools/functionprofiler.py
b3/tools/logdiagnostic.py
b3/tools/memoryprofiler.py
tests/Ravaged_brute_force.py
tests/__init__.py
tests/run.py
tests/test_b3.py
Expand All @@ -252,6 +255,7 @@ tests/parsers/test_bf3.py
tests/parsers/test_csgo.py
tests/parsers/test_iourt41.py
tests/parsers/test_iourt42.py
tests/parsers/test_ravaged.py
tests/parsers/frostbite/__init__.py
tests/parsers/frostbite/test_abstractParser.py
tests/parsers/frostbite/test_util.py
Expand Down
2 changes: 1 addition & 1 deletion b3/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: b3
Version: 1.9.0dev9
Version: 1.9.0dev10
Summary: BigBrotherBot (B3) is a cross-platform, cross-game game administration bot. Features in-game administration of game servers, multiple user access levels, and database storage. Currently include parsers for Call of Duty 1 to 7, Urban Terror (ioUrT), World of Padman, ETpro, Smokin' Guns, BFBC2, MOH, HomeFront, Open Arena, Altitude etc.
Home-page: http://www.bigbrotherbot.net
Author: Michael Thornton (ThorN), Tim ter Laak (ttlogic), Mark Weirath (xlr8or), Thomas Leveil (Courgette)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@
except:
has_py2exe = False

b3version = "1.9.0dev9"
b3version = "1.9.0dev10"

# override egg_info command to copy the b3.egg-info/PKG-INFO file into the b3 directory
class my_egg_info(egg_info):
Expand Down

0 comments on commit 7953d22

Please sign in to comment.