Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cosmic_dustbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
Martin Glatzle
cosmic_dustbox
Commits
60846885
Commit
60846885
authored
Feb 20, 2019
by
Martin Glatzle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes to setup.py
parent
1970e03d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
setup.py
setup.py
+7
-5
No files found.
setup.py
View file @
60846885
...
...
@@ -2,20 +2,22 @@ from setuptools import setup
with
open
(
'README.md'
)
as
fh
:
long_desc
=
fh
.
read
()
name
=
'cosmic_dustbox'
setup
(
name
=
'cosmic_dustbox'
,
version
=
'0.1.dev'
,
name
=
name
,
version
=
'0.1.dev
0
'
,
author_email
=
'findessp@yandex.ru'
,
description
=
'Toolbox for cosmic dust.'
,
long_description
=
long_desc
,
long_description_content_type
=
'text/markdown'
,
url
=
'https://github.com/findesgh/
cosmic_dustbox'
,
url
=
'https://github.com/findesgh/
'
+
name
,
license
=
'GPL-3.0'
,
packages
=
[
'cosmic_dustbox'
],
packages
=
[
name
],
install_requires
=
[
'numpy'
,
'astropy'
'astropy'
,
'scipy'
],
tests_require
=
[
'pytest'
...
...
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