Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 592c719

Browse files
Switch distutils for setuptools, add package search
1 parent 56e9c95 commit 592c719

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎setup.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fromdistutils.coreimport setup
1+
import setuptools
22

33
CLASSIFIERS = [
44
"Development Status :: 5 - Production/Stable",
@@ -31,7 +31,7 @@
3131
'ensure'
3232
]
3333

34-
setup(
34+
setuptools.setup(
3535
name='svgmanip',
3636
version='0.0.6',
3737
py_modules=['svgmanip'],
@@ -43,4 +43,5 @@
4343
classifiers=CLASSIFIERS,
4444
install_requires=INSTALL_REQUIRES,
4545
keywords=KEYWORDS,
46+
packages=setuptools.find_packages(),
4647
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /