diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e69de29b..e11d6c49 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -0,0 +1,4 @@ +Sunkit_Instruments 0.1.0 (2020-09-30) +===================================== + +No significant changes. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0a18aec..7d9015f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -77,8 +77,6 @@ jobs: submodules: false targets: - - wheels_cp3[78]-manylinux*x86_64 - - wheels_cp3[78]-macosx* - sdist dependsOn: - py37_test diff --git a/docs/conf.py b/docs/conf.py index 4a9140a6..29e623a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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__ diff --git a/pyproject.toml b/pyproject.toml index 6ddb4745..54319569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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} `__" diff --git a/setup.cfg b/setup.cfg index f6efb1b5..8bca6052 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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