Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autocnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Autocnet
Commits
fd436109
Commit
fd436109
authored
Jul 4, 2022
by
Laura, Jason R
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into 'main'
Bumps for version 1.0.0-rc1 See merge request astrogeology/autocnet!665
parents
17790d21
50e26bf2
Branches
Branches containing commit
Tags
v1.0.0-rc1
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
3 additions
and
3 deletions
setup.py
+
3
−
3
View file @
fd436109
...
@@ -5,17 +5,17 @@ from setuptools import setup, find_packages
...
@@ -5,17 +5,17 @@ from setuptools import setup, find_packages
with
open
(
'
README.md
'
,
'
r
'
)
as
f
:
with
open
(
'
README.md
'
,
'
r
'
)
as
f
:
long_description
=
f
.
read
()
long_description
=
f
.
read
()
__version__
=
'
0.7.
1
'
__version__
=
'
1.0.0-rc
1
'
def
setup_package
():
def
setup_package
():
setup
(
setup
(
name
=
"
autocnet
"
,
name
=
"
autocnet
"
,
version
=
__version__
,
version
=
__version__
,
author
=
"
Jay Laura
"
,
author
=
"
USGS Astrogeology
"
,
author_email
=
"
jlaura@usgs.gov
"
,
author_email
=
"
jlaura@usgs.gov
"
,
description
=
(
"
Automated control network generation.
"
),
description
=
(
"
Automated control network generation.
"
),
long_description
=
long_description
,
long_description
=
long_description
,
license
=
"
Public Domain
"
,
license
=
"
CC0-1.0
"
,
keywords
=
"
Multi-image correspondence detection
"
,
keywords
=
"
Multi-image correspondence detection
"
,
url
=
"
http://packages.python.org/autocnet
"
,
url
=
"
http://packages.python.org/autocnet
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment