Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
4b6821f4
Unverified
Commit
4b6821f4
authored
Apr 03, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin.core v0.1
parent
7af2b2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
setup.py
setup.py
+15
-0
No files found.
setup.py
View file @
4b6821f4
...
...
@@ -168,6 +168,7 @@ if os.path.exists('.git'): # FIXME won't work if we are checked out as e.g. sub
setup
(
name
=
'wendelin.core'
,
version
=
'0.1'
,
description
=
'Out-of-core NumPy arrays'
,
url
=
'http://www.wendelin.io/'
,
license
=
'GPLv3+ with wide exception for Open-Source'
,
...
...
@@ -211,4 +212,18 @@ setup(
'demo-zbigarray = wendelin.demo.demo_zbigarray:main'
,
]
},
classifiers
=
[
_
.
strip
()
for
_
in
"""
\
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Framework :: ZODB
\
"""
.
splitlines
()]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment