Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Sunkit_Instruments 0.1.0 (2020-09-30)
=====================================

No significant changes.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
submodules: false

targets:
- wheels_cp3[78]-manylinux*x86_64
- wheels_cp3[78]-macosx*
- sdist
dependsOn:
- py37_test
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

# -- Project information -----------------------------------------------------

project = 'sunkit-instruments'
from sunkit_instruments import __version__
project = 'sunkit_instruments'
copyright = '2020, The SunPy Developers'
author = 'The SunPy Developers'

# The full version, including alpha/beta/rc tags
from sunkit_instruments import __version__
release = __version__
is_development = '.dev' in __version__

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = 'setuptools.build_meta'
missing_message_long = "This pull request does not have a milestone assigned to it. Only maintainers can change this, so you don't need to worry about it. :smile:"

[tool.towncrier]
package = "sunkit-instruments"
package = "sunkit_instruments"
filename = "CHANGELOG.rst"
directory = "changelog/"
issue_format = "`#{issue} <https://github.com/sunpy/sunkit-instruments/pull/{issue}>`__"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = sunkit_instruments
name = sunkit-instruments
provides = sunkit_instruments
description = "A SunPy-affiliated package for solar instrument-specific tools."
long_description = file: README.rst
Expand Down