Skip to content

Commit

Permalink
Merge pull request #25 from rajulkumar/changelog_upd
Browse files Browse the repository at this point in the history
Update setup.py to include Changelog path for PyPI
  • Loading branch information
rajulkumar committed Apr 7, 2020
2 parents 1ae43a6 + 90a6072 commit 628b92e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## 1.1.0 - 2020-04-02
## [1.1.0] - 2020-04-02

### Changed
- Used Yaml BaseLoader to avoid conversion errors
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def get_long_description():
long_description=get_long_description(),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.6",
Expand All @@ -43,4 +45,7 @@ def get_long_description():
"alt-src = alt_src:entry_point",
],
},
project_urls={
"Changelog": "https://github.com/release-engineering/alt-src/blob/master/CHANGELOG.md",
},
)

0 comments on commit 628b92e

Please sign in to comment.