diff options
| author | fpemud <fpemud@sina.com> | 2012-10-24 21:43:34 +0800 |
|---|---|---|
| committer | fpemud <fpemud@sina.com> | 2012-10-24 21:43:34 +0800 |
| commit | a4b5b2008a06d480f64254638260d1d1d6b599ac (patch) | |
| tree | 5b2048fd3b25e9999e497cc66065051286d01847 /setup.py | |
| parent | 0bad9bbe99296044a631780d76e390f009cb977a (diff) | |
change author and author_email in setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ setup (# Distribution meta-data name = "kconfiglib", version = "0.0.1", description = "A flexible Python Kconfig parser", - author = "Ulfalizer Magnusson", - author_email = "kconfiglib@gmail.com", + author = "Ulf Magnusson", + author_email = "ulfalizer@gmail.com", url = "https://github.com/ulfalizer/Kconfiglib", # Description of the modules and packages in the distribution |
