Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tinyarray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
kwant
tinyarray
Commits
03b97a71
Commit
03b97a71
authored
Sep 15, 2013
by
Christoph Groth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify the role of CEA
parent
1d1f4c1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
LICENSE
LICENSE
+3
-1
setup.py
setup.py
+1
-1
No files found.
LICENSE
View file @
03b97a71
...
...
@@ -2,7 +2,9 @@
Tinyarray License
=================
Copyright 2012-2013 CEA <http://cea.fr/> and others. All rights reserved.
Copyright 2012-2013 Christoph Groth (CEA) and others. All rights reserved.
(CEA = Commissariat à l'énergie atomique et aux énergies alternatives)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
setup.py
View file @
03b97a71
...
...
@@ -142,7 +142,7 @@ module = Extension('tinyarray',
def
main
():
setup
(
name
=
'tinyarray'
,
version
=
version
(),
author
=
'Christoph Groth and others'
,
author
=
'Christoph Groth
(CEA)
and others'
,
author_email
=
'christoph.groth@cea.fr'
,
description
=
"Arrays of numbers for Python, optimized for small sizes"
,
long_description
=
long_description
(),
...
...
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