Skip to content

Commit

Permalink
Merge pull request #26 from nicolas-chaulet/renaming
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
nicolas-chaulet authored Apr 3, 2020
2 parents 0f4d2f2 + c237151 commit a0ec0d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Unittests

on: [pull_request]
on:
pull_request:
push:
branches:
- master

jobs:
unittests:
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include README.md
include LICENSE

recursive-exclude test *
recursive-include cpu *
recursive-include cuda *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
requirements = ["torch>=1.1.0"]

url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
__version__="0.5.1"
__version__="0.5.2"
setup(
name="torch-points-kernels",
version=__version__,
Expand Down

0 comments on commit a0ec0d1

Please sign in to comment.