mirror of
https://github.com/mnaberez/py65.git
synced 2025-03-21 23:32:22 +00:00
Move /src/py65/ to /py65/
This commit is contained in:
parent
3c474ce486
commit
8c2f88f93d
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,4 +5,4 @@
|
||||
*.swp
|
||||
build/
|
||||
dist/
|
||||
src/py65.egg-info/
|
||||
py65.egg-info/
|
||||
|
3
setup.py
3
setup.py
@ -44,8 +44,7 @@ setup(
|
||||
author_email = "mike@naberezny.com",
|
||||
maintainer = "Mike Naberezny",
|
||||
maintainer_email = "mike@naberezny.com",
|
||||
package_dir = {'':'src'},
|
||||
packages = find_packages(os.path.join(here, 'src')),
|
||||
packages = find_packages(),
|
||||
install_requires = [],
|
||||
extras_require = {},
|
||||
tests_require = [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user