Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 3, 2018
1 parent f95ea3f commit 23d0050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,5 +2,6 @@
/*.egg-info/
/.cache/
/.pytest_cache/
/dist/

*.so
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include requirements.txt
recursive-include chainer_mask_rcnn *.pyx
3 changes: 1 addition & 2 deletions setup.py
@@ -1,5 +1,4 @@
from distutils.extension import Extension

from setuptools import Extension
from setuptools import find_packages
from setuptools import setup

Expand Down

0 comments on commit 23d0050

Please sign in to comment.