kopia lustrzana https://github.com/collective/icalendar
Merge pull request #212 from jdufresne/support
Document all supported versions of Python in setup.pypull/211/head
commit
fd1f8a17eb
3
setup.py
3
setup.py
|
|
@ -43,11 +43,14 @@ setuptools.setup(
|
|||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.6",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue