mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 14:50:19 +00:00
packages conf moved to separate list in setup.py
This commit is contained in:
@@ -33,6 +33,10 @@ required = [
|
||||
'pendulum'
|
||||
]
|
||||
|
||||
packages = [
|
||||
'maya',
|
||||
]
|
||||
|
||||
setup(
|
||||
name='maya',
|
||||
version='0.3.1',
|
||||
@@ -41,7 +45,7 @@ setup(
|
||||
author='Kenneth Reitz',
|
||||
author_email='me@kennethreitz.org',
|
||||
url='https://github.com/kennethreitz/maya',
|
||||
packages=['maya'],
|
||||
packages=packages,
|
||||
install_requires=required,
|
||||
license='MIT',
|
||||
classifiers=(
|
||||
|
||||
Reference in New Issue
Block a user