• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisionfe39e7b8b4a7dc5c09423c00939a2df9eb0a9c4e (tree)
Zeit2012-06-26 22:29:43
AutorTim Van Steenburgh <tvansteenburgh@gmai...>
CommiterTim Van Steenburgh

Log Message

Fix copy/paste error.

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

Ändern Zusammenfassung

Diff

--- a/ForgeActivity/setup.py
+++ b/ForgeActivity/setup.py
@@ -1,10 +1,7 @@
11 from setuptools import setup, find_packages
2-import sys, os
3-
4-from forgeblog.version import __version__
52
63 setup(name='ForgeActivity',
7- version=__version__,
4+ version="0.1",
85 description="",
96 long_description="""\
107 """,