Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
initial setup.py, still to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Oct 8, 2013
1 parent 7a8b293 commit f20ee1f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import os

from distutils.core import setup

setup(
name='wposter',
version='0.1',
description='Python script to post on wordpress blogs',
author="Salvo 'LtWorf' Tomaselli",
author_email='tiposchi@tiscali.it',
scripts=['wposter.py'],
license = "GPL3",
keywords = "wordpress, editor, terminal",
url = "https://github.com/ltworf/wposter",
classifiers=[
]
)

0 comments on commit f20ee1f

Please sign in to comment.