projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f9da6
)
Fix(setup): Fix platforms
author
Oleg Broytman
<phd@phdru.name>
Sat, 19 Aug 2017 16:54:52 +0000
(19:54 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sat, 19 Aug 2017 16:54:52 +0000
(19:54 +0300)
project_template/setup.py
patch
|
blob
|
history
diff --git
a/project_template/setup.py
b/project_template/setup.py
index f43df31f34be95223ae746c8186a10a6db820ff1..608972879ee9d087ad1c55e4c82c414c8adeb88b 100755
(executable)
--- a/
project_template/setup.py
+++ b/
project_template/setup.py
@@
-23,8
+23,8
@@
setup(name='{project}',
author_email='phd@phdru.name',
url='http://phdru.name/Software/Python/{project}',
license='GPL',
- platforms=['any'],
keywords=[''],
+ platforms='Any',
classifiers=[
'Development Status :: 1 - Planning',
'Environment :: Console',