Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
wendelin.core
Commits
4b6821f4
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
Show 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