Skip to content

Commit

Permalink
Merge pull request #14 from mcurlej/package_fix
Browse files Browse the repository at this point in the history
Changing srpm mapping method
  • Loading branch information
mcurlej authored Sep 8, 2022
2 parents a586741 + 6a8d6c6 commit e27ccff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ cython_debug/
.ionide

# Support for Project snippet scope
.vscode/*.code-snippets
.vscode
.code-snippets

# Ignore code-workspaces
*.code-workspace

# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
recursive-include tests *.py
recursive-include tests/data *
include README
include LICENSE
include requirements.txt
include test-requirements.txt
2 changes: 1 addition & 1 deletion module-build.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: module-build
Version: 0.1.0
Version: 0.2.0
Release: 1%{?dist}
Summary: Tool/library for building module streams locally
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read_requirements(filename):
setup(
name="module-build",
description="A library and CLI tool for building module streams.",
version="0.1.0",
version="0.2.0",
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"
Expand Down

0 comments on commit e27ccff

Please sign in to comment.